MyBB Community Forums

Full Version: Color Change for Text Next To NavEnd
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do you change the color of the text next to the nav_end.gif it's currently black, and I want to make it another color, I can't figure out where to change the color.

Example:
Forum Name / Cat. / Sub Cat./
--> Name of Thread

Thanks,
The navigation templates can be found in the Admin CP. All you have to do is put some html code around the bit you want to change.

I suggest using this:
<span style="color: #XXXXXX;">{Template Code}</span>
Just put that around the template code you want to change the colour of and change the "XXXXXX" to the hex colour code.
Worked great, thanks.
It's changeable in your Theme Editor under the heading Active Navigation or something like that?