ive spent an hour trying to track down that part of the css or what controls the sitepath bar aka the breadcrumb. i cant seem to locate what controls the font color. can somone please just tel me what file to look in?
default themes have no specific color set.. it's using #gallery's color. add color: in the ul.gbBreadCrumb definition to set a color, in theme.css
i changed
#gallery a { font-weight: bold; text-decoration: none; color: #000;
and it works fine now. thanks for your help
Posts: 8601
default themes have no specific color set.. it's using #gallery's color.
add color: in the ul.gbBreadCrumb definition to set a color, in theme.css
Posts: 144
i changed
#gallery a {
font-weight: bold;
text-decoration: none;
color: #000;
and it works fine now. thanks for your help