File that controls font color for breadcrumb

drazin

Joined: 2002-11-23
Posts: 144
Posted: Wed, 2005-05-04 20:22

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?

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Wed, 2005-05-04 21:10

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

 
drazin

Joined: 2002-11-23
Posts: 144
Posted: Thu, 2005-05-05 02:02

i changed

#gallery a {
font-weight: bold;
text-decoration: none;
color: #000;

and it works fine now. thanks for your help