New Zenner
- Join Date:
- Apr 2007
- Posts:
- 3
- Plugin Contributions:
- 0
How to reset title and link color one page only
http://blueshoearts.org/gallery/index.php?main_page=index&cPath=20
I need the alt tags to show up and the only way that will work is if the titles and links under the pictures are turned to black.
I am having trouble finding the proper tag in the stylesheet to do that.
Then the black on black text could not be read. If it were not a link, I could see a way, but since it is a link I am having a hard time.
I tried .itemTitle a:link, .itemTitle a:visited, .itemTitle a:hover, itemTitle a:active {
color: #000000;
}
Didn't work.
Also tried
h3.itemTitle {
font-size: 9px;
color: #000000;
}
productListing a:link, {
color: #000000;
font-size: 9px;
}
productListing a:visited, .itemTitle a:hover, itemTitle a:active
{
color: #000000;
font-size: 9px;
}
It did not work either.