PDA

View Full Version : Changing the Sub-Navigation Text Color


Bandit2568
03-27-2013, 06:50 PM
I can't seem to find where to change the text color for the sub navigation that appears under the main navigation bar when you are drilled down into a forum.

The text I am referring to is the text that looks like the below

Home > Forum > General discussion > ect.

Amaury
03-27-2013, 08:46 PM
Edit the link_color and link_hover_color StyleVars.

Bandit2568
03-27-2013, 09:58 PM
I do not have those specific StyleVars available. I have the body_link_color and the body_link_color_hover Stylevars and both of those are set with no impact on those navigation links.

CheeseMan316
03-28-2013, 05:12 PM
Check in:
Styles & Template > Style Manager > {your style}

Then:
Header > header_subtabbar_*

Bandit2568
04-01-2013, 06:51 PM
That covers the font in the bar directly below the navbar and not the smaller navigation text that is displayed below on pages within the forum. Still looking for a solution for this all over and no luck so far. I will post up something if I find it but keep the ideas coming :)

napy8gen
05-17-2013, 01:50 AM
whay you are looking is breadcrumb.
currently there is no stylevars for it.

however you can overwrite it in styel manager> style name> edit templates> css templates> css_additional.css

paste inside:

/*-- fix breadcrumb text color --*/
#breadcrumbs .crumb-link {
color: #fff!important;
}

change that white text color to your own color, that just to test if it is working.