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 { When I change it changes all the the text on the ablums pages. Can someone help point me in the right direction? |
|
| Login or register to post comments |

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...