MyBB Community Forums

Full Version: How do you change the colours of text?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://gamingbay.org

You can see the text is green, how do I change it to a more...visually appealing colour?

I forgot which CSS it was. :/
If you want to change the links color then, In global.css , find;

.a:link {
	color: #026CB1;
	text-decoration: none;
}

a:visited {
	color: #026CB1;
	text-decoration: none;
}

and change the colors from there. Wink
I don't want to change the links, I want to change the text that's in the theme.
Find the .smalltext class (in your global stylesheet), and change the color sector to something else. Smile
(2010-12-31, 05:31 AM)Renegader Wrote: [ -> ]I don't want to change the links, I want to change the text that's in the theme.

Forum description color?
Thats Easy

1).OPen your Admin CP
2).Go TO themes and templates.
3).Select your themes.
4).Edit Stylesheet.

#smalltext 
{color:green}  Change this green(it could be in number like #fdab19)  So change it to color you want.

Try it and Post your result. here
Thank you.
(2010-12-31, 06:04 AM)Renegader Wrote: [ -> ]Thank you.

No Problem