MyBB Community Forums

Full Version: Welcome block - font size
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone

I want to change the font size of text in my Welcome Block.

I'm using the 'Apart Sky' theme.

Can't see anywhere in the .css to change it.

I'd like something much smaller - like is used on this forum!

Thanks for your kind help.

Phil

vwcamper.net/forum
Please provide a link to your forum.
try .welcome {font-size: 12px;} in global.css
My theme's global.css doesn't have one!!

Did you mean the theme or the default one?
^ yes, .welcome is not there in your theme's global.css, you can add it (at the top or at the bottom)
.m.

As always, you are my saviour.

However, that hasn't changed the bit that says "Search, Member List, Calendar"

Nor, the line under which is "User CP, Mod CP, Admin CP" etc.

How do i change the font size of all of those?

And, as always, thanks.

Phil

vwcamper.net/forum
^ your theme's global.css has font-size as 14px for #container. you can change it to 12px
Find the div class wrapper and add

font-size:12px;

that should do it for JUST the headerbar
That's done it! Thanks Leefish and thanks again to .M.

This post goes into my Evernote!