The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Font Size Issue
I have searched around and tried numerous methods to fix my font size problem on my forum, its currently too small and I would like to change it. I believe its currently 10pt and wish to change it to 12pt.
I'm using the clean blue theme, I have tried to edit the main CSS file with no joy, the following CSS parts, body, page background, first altering colour, second altering colour. When I edit first altering colour to 12pt it does actually work however the main index categories also go larger, I don't want it to do this. I believe before I had to add code to additional CSS features but I can't recall where I found them, I have been trying for two hours and I've admitted to myself that I can't find a solution, can anyone help? |
#2
|
||||
|
||||
All questions regarding modifications/styles are supposed to be asked in the modification/style thread. The normal way to change the font size in the default style would be on the Main CSS page (a few different sections). It could be different in that style, so you need to ask for help in the style thread.
|
#3
|
|||
|
|||
Sorted it myself, for future reference:
Add this to the "Additional CSS Definitions" box in MainCSS: .text_size_attribute {font-size: 12pt;} ## Edit the postbit and postbit_legacy templates. Find this: <!-- message --> <div id="post_message_$post[postid]"> $ad_location[ad_showthread_firstpost_start] $post[message] </div> <!-- / message --> ## and change it to this: (add the div class) <!-- message --> <div class="text_size_attribute" id="post_message_$post[postid]"> $ad_location[ad_showthread_firstpost_start] $post[message] </div> <!-- / message --> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|