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:
Quote:
/*-- 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.