MyBB Community Forums

Full Version: Please read this. Still not solved completly
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
You know the one that shows up just above the first category.

Look at this link and you will know what I mean.

It is almost impossible to see on my forum. But it says Poison Nest!

http://www.amusementpen.com/poison/forums

I have looked through all the templates but can't find it.
Oh, and that goes for the text at the bottom of the forum too. The disclaimer and copyright.
<span color="red">Simple forum</span>

??!!
And where do I find that?
In global.css You must delete
.navigation {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;
}

}

and add
Quote:.navigation {
color: #ADCBE7;
font-size: 13px;
font-weight: bold;
}

.navigation a:link {
text-decoration: none;
color: #78AAD9;
}

.navigation a:visited {
text-decoration: none;
color: #78AAD9;
}

.navigation a:hover, .navigation a:active {
text-decoration: underline;
color: #4A8CCA;
}

It will be beautiful Big Grin
You are not kidding me now, are you?

Thanx for the tip.

But the color of the board name still hasn't changed.
And I noticed now that it is ALL text on the board background that is hard to see. Too dark. I need help.