MyBB Community Forums

Full Version: [How To] Change Color of Text in...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm wondering how I can change the color of the text found in my attachment...

Currently it's hard to read due to my forum theme so I would like to make it a shade of gray.

Thanks!
Sarosia
ACP > Templates & Style > Your Theme > global.css

search : navigation
In the image link get that and save it use Photoshop to add a canotype layer to change the color as you wish.
You want:

The official forums of how-to-sing.net/Site News/

To be a shade of gray right?

(2011-01-13, 10:47 PM)dK JaSon Wrote: [ -> ]ACP > Templates & Style > Your Theme > global.css

search : navigation
In the image link get that and save it use Photoshop to add a canotype layer to change the color as you wish.

Sorry I accidently circled the News&Announcements part... thanks for the response though. But I want the "The Official Forums of how-to-sing.net / Site News /" to be gray.

(2011-01-13, 10:47 PM)Derek M. Wrote: [ -> ]You want:

The official forums of how-to-sing.net/Site News/

To be a shade of gray right?

Correct Wink
ACP > Templates & Style > **Your Theme** > global.css

.navigation {
	color: #000000;
	font-size: 12px;

Find that and make it:

.navigation {
	color: #fefefe;
	font-size: 12px;
Thank you Derek, problem solved! Wink