View Full Version : Default Size in Forum
RedHacker
02-28-2009, 04:35 PM
When write post the default size is small..!!!How to convert....?
Lynne
02-28-2009, 05:08 PM
Look in your style > Main CSS. I believe posts are in the alt1 class (you can check in the page source). If you change it there, it will change everywhere that alt1 is. So, the other way to change it is directly in the template - either postbit or postbit_legacy.
RedHacker
02-28-2009, 05:21 PM
Main CCS who ....? Many options....
Lynne
02-28-2009, 07:32 PM
class alt1. Use your browser window to do a Find on "alt1" and it will show up.
RedHacker
03-01-2009, 03:23 PM
alt1 say..!!!And what put in alt1.....?
Lynne
03-01-2009, 04:11 PM
Well, if you are looking at the Main CSS page, and you have found alt1, then you will see a Font Size box right there. You said you wanted a different size font, right? So change it there and see if that is how you want it. But remember, if will change the font size everywhere that class alt1 is used. Also, don't forget that users can make the text size larger or smaller in their own browser window.
RedHacker
03-01-2009, 10:46 PM
<if condition="$show['moderated']">
<td class="alt2" id="td_post_$post[postid]">
<else />
<td class="alt1" id="td_post_$post[postid]">
</if>
<!-- message, attachments, sig -->
....?Is here....?
Lynne
03-01-2009, 11:11 PM
Yep, so add in what you want there:
<td class="alt1" style="font-size:xx" id="td_post_$post[postid]">
RedHacker
03-02-2009, 04:53 PM
Replace any code...?I can put Verdana 11
Lynne
03-02-2009, 05:21 PM
google "css font properties" and you should find a list of the properties you may use for fonts.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.