Need help changing the font color on the ablums pages

Keith52

Joined: 2008-07-02
Posts: 1
Posted: Wed, 2008-07-02 23:24

I know where to change the color for all of the text but I only want to change it on the main nav bars.

#gallery {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 62.5%;
color: #333;
background-image: url(images/background_light.gif);

When I change it changes all the the text on the ablums pages. Can someone help point me in the right direction?

 
gueva

Joined: 2006-08-28
Posts: 14
Posted: Thu, 2008-07-03 10:12

assuming you are using the matrix theme, change the fotn color for all A Href Tags:

theme.css (line 211)
#gallery a {
color:#CC66CC;
font-weight:normal;
text-decoration:none;
}

or narrow it down to gbSystemLinks or block-core-SystemLink styles definitions. although the nested a href style will take precedence...

i can recommend installing the firefox extension firebug, just right click an element to see its styles...