MyBB Community Forums

Full Version: Where to change this text color?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
One more text color question:

Where can I change the text color for the things circled in my attached image? I have tried many things but can't seem to find the right one.

(Not just the ones I circled, but all pages that use this setting: Edit Profile, Edit Settings, etc.).

Thanks.
This can be done by adding a small CSS block to your theme stylesheet.

Admin CP -> Templates & Style -> *Theme Name* -> global.css -> Edit Stylesheet: Advanced Mode

legend {
	color: red;
}

Obviously, replace red in the code above with the the name or code of the colour you would like to use.
That really helped me out. Thank you very much.
Thanx Buddy Thanx
very thanks Smile