Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to reset title and link color one page only

How to reset title and link color one page only

Locked

Views: 1,749

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
16 Apr 2007, 4:01 AM
#1
ckfs avatar

ckfs

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.

16 Apr 2007, 4:20 AM
#2
ckfs avatar

ckfs

New Zenner

Join Date:
Apr 2007
Posts:
3
Plugin Contributions:
0

Re: How to reset title and link color one page only

It does work if you are using the right template.

:oops: