The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
How can I make the usernames in the What's Going On Box? bigger? There has to be a place to change the font size but I haven't found it.
Probably thru a stylevar and added to additional.css but I'm stumped for the moment. Thanks. |
|
#2
|
||||
|
||||
|
Add this to your additional.css.
Code:
/* Start usernames in WGO bigger */
.wgo_block .section div ol {
font-size: 18px;
}
/* End usernames in WGO bigger */
|
|
#3
|
|||
|
|||
|
Thanks so much!
But....... Check out the screenshot I provided. Why didn't it cover Total members that have visited the forum in the last 24 hours: section? |
|
#4
|
||||
|
||||
|
To do that you would need to add the following to your additional.css
Code:
/* Start members that have visited the forum in the last 24 bigger */
#wgo_members_list {
font-size: 18px;
}
/* End members that have visited the forum in the last 24 bigger */
|
|
#5
|
|||
|
|||
|
Thank you ozzy!
|
|
#7
|
|||
|
|||
|
You know what's strange? I guess it depends on how an author codes his theme/template.
On a theme I have no matter what code I put in additional.css I cannot change the forum title on forumhome. I've changed the forumdescription, lastpostitle, lastpostby, and the What's going on box (thanks to you!) but forum title on forumhome won't budge. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|