MyBB Community Forums

Full Version: Change font size & color of 'Forum name'?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi again everyone

Seperate question from my last one.

On our forum's, where (just under the Welcome Block) it states the forum's name....

How do we change that font size and the font's color?

Many thanks, yet again.

Phil
assuming that you are referring to navigation bar, change font-size for .navigation in global.css
Found this:
.navigation {
color: #000000;
font-size: 12px;

Changed it and nothing changes.

It's the bit on the index page that shows the Forum name that you set up as the "Board Name".

Sorry I'm thick!!

.m.

If you take a look at my forum, it's the bit under the nav bar that says, in black, 'The VW Camper Forum'.

www.vwcamper.net/forum
Change also .navigation .active font-size, it overrides .navigation
That shows this:

.navigation .active {
color: #000000;
font-size: small;
font-weight: bold;
}

I notice when moving through my forum, the secondary text that is shown is smaller, it's just the first part, the 'The VW Camper Forum' bit that stays large and is in bold.
^ font-size: small; this attribute makes that active part a bit smaller than the left most part.
Press F5 or CTRL + F5..