MyBB Community Forums

Full Version: Change board statistics font size
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I change the size of the usernames etc?


[Image: 7VZiq.png]
You'll notice that under global.css, the file that contains your styles, it's mostly using the selector ".smalltext" to show that.

Under .smalltext, you can change that to 14px or something along those lines, and it'll be larger (albiet everywhere). If you want to change JUST the statistics, you're gonna have to go through templates and change the classes used (use something other than .smalltext and then change that new value in global.css)
(2014-04-05, 12:04 AM)Downfall Wrote: [ -> ]You'll notice that under global.css, the file that contains your styles, it's mostly using the selector ".smalltext" to show that.

Under .smalltext, you can change that to 14px or something along those lines, and it'll be larger (albiet everywhere). If you want to change JUST the statistics, you're gonna have to go through templates and change the classes used (use something other than .smalltext and then change that new value in global.css)

Ah thanks so much, it's fixed!