View Full Version : Font Sizes
Valyx
11-11-2008, 01:36 AM
how do you change the font size of the boxed text?
http://img208.imageshack.us/my.php?image=fontsizejg6.jpg
also how do you change the font size of the text within a post?
Lynne
11-11-2008, 03:34 AM
You can find the css classes in the manual. Take a look at this page - Forum Display Template (http://www.vbulletin.com/docs/html/color_maps_forumdisplay) - and this one - Thread Template (http://www.vbulletin.com/docs/html/color_maps_thread)
Valyx
11-11-2008, 09:11 PM
thanks, i figured it out. also, how do i change the footer text from black to white?
http://img84.imageshack.us/my.php?image=footertextzr8.jpg
Lynne
11-11-2008, 09:22 PM
Well, the text is a class and so the easiest way to modify it is in the css. But, if you don't want to do it that way, you may do it inline (<span style="font-size:10px">whatever the text is</span>) but you may have to modify a few templates. To find the templates - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.
For the postbit, you can probably just add it in here (this is from 3.6.8, yours may be a bit different):
<!-- message -->
<div id="post_message_$post[postid]" style="font-size:10px;">$post[message]</div>
<!-- / message -->
Valyx
11-11-2008, 09:30 PM
wait, that's for the footer text color?
Lynne
11-11-2008, 09:39 PM
It looks like you modified your post while I was typing in response to what you originally wrote. So no, it's not for the footer.
See this regarding the copyright notice - Make Copyright in Footer visible again (http://www.vbulletin.com/forum/showthread.php?t=288491)
Valyx
11-12-2008, 01:54 AM
oh, sorry about that. thanks again.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.