MyBB Community Forums

Full Version: Changing the description and others color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a global template to change the whole board text that is circled, a different color?

Thanks http://www.horsepowerx.com/

[attachment=30136]
though this looks like a complex work, you can try like this -->

admin panel >> themes >> active theme >> Add Stylesheet (tab) -->
File Name --> index.css
Attached to --> select Specific files then click on Add another link
--> File <-- index.php & select Globally
then select Write my own content
type required css style code in the text area

[class^="trow"] {color: #colorcode!important;}
(html color codes)
save the stylesheet and check your index page by hard refreshing browser (eg. press CTRL + F5)
Thank you very much!