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?
Posts: 14
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...