The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Font Sizes
how do you change the font size of the boxed text?
http://img208.imageshack.us/my.php?i...ontsizejg6.jpg also how do you change the font size of the text within a post? |
#2
|
||||
|
||||
You can find the css classes in the manual. Take a look at this page - Forum Display Template - and this one - Thread Template
|
#3
|
|||
|
|||
thanks, i figured it out. also, how do i change the footer text from black to white?
http://img84.imageshack.us/my.php?im...tertextzr8.jpg |
#4
|
||||
|
||||
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): Code:
<!-- message --> <div id="post_message_$post[postid]" style="font-size:10px;">$post[message]</div> <!-- / message --> |
#5
|
|||
|
|||
wait, that's for the footer text color?
|
#6
|
||||
|
||||
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 |
#7
|
|||
|
|||
oh, sorry about that. thanks again.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|