PDA

View Full Version : Make usernames in What's Going On Box bigger


Bob_R
03-27-2014, 01:35 AM
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.

ozzy47
03-27-2014, 01:42 AM
Add this to your additional.css.

/* Start usernames in WGO bigger */
.wgo_block .section div ol {
font-size: 18px;
}
/* End usernames in WGO bigger */

Change 18px to suit your needs. :)

Bob_R
03-27-2014, 01:31 PM
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?

ozzy47
03-27-2014, 11:39 PM
To do that you would need to add the following to your additional.css

/* 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 */

Bob_R
03-28-2014, 01:18 AM
Thank you ozzy!

ozzy47
03-28-2014, 01:20 AM
Not a problem, glad to help. :)

Bob_R
03-29-2014, 05:59 PM
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.

Lynne
03-29-2014, 06:14 PM
That is why it is important to post a link to the page/style when asking for CSS help.