MyBB Community Forums

Full Version: Customize forum description font color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello,
Where can i dig to customize the forum description font color?
Here: [attachment=4938]
Thanks and Happy Holidays!
in the forum description you can add html.
Is it possible to change only the color of those portion of text by modifying some template or theme?
Thanks.
Do you want all the descriptions to be the same color, or just one? If just one, you could probably do the html code for font color when you're editing the Forum's properties...

If all the same, change the smalltext color in the Theme editor! Wink

HTML Code for font color:
<font color="colorcodehere">Description here</font>

FW
FirefoxWiz Wrote:Do you want all the descriptions to be the same color, or just one?If all the same, change the smalltext color in the Theme editor! Wink
Yes, i want all the descriptions to be the same color. Where particularly can modify the theme?
Thanks.
Go to the theme editor, and scroll down till you find the Smalltext, and change the font color there. Smile

Cheers.
Thanks a lot FirefoxWiz
problem there is other stuff uses smalltext class, so everything that is 'smalltext' will be the different color. It probably wouldn't matter so long as you don't make it a garish color.
Yeah, i noticed that turpentine, so have finally sticked to
<font color="colorcodehere">Description here</font>
solution.
Thanks.
Proper XHTML:
<span style="color: color here;">Description here</span>
Pages: 1 2