My Zen-Cart uses a blue 'tile_back.gif' and the color for visited links is also blue.
Is there a way to change the text color for #navEZPagesTop only? I want the color to remain the same if the link is visited or not.
Thank you.
My Zen-Cart uses a blue 'tile_back.gif' and the color for visited links is also blue.
Is there a way to change the text color for #navEZPagesTop only? I want the color to remain the same if the link is visited or not.
Thank you.
Yes,
Add a comment to the stylesheet that reads:
#navEZPagesTop a:visited, #navEZPagesTop a:link {color:#888888}
The #888888 is the color of the text in RGB format. Change it to whatever you want :-)
'#navEZPagesTop' and 'a:visited' are 2 different rules.
'#navEZPagesTop' is the rule that controls the menu bar I want to change the text color of.
'a:visited' is the rule that controls the color of links that have been visited.
I want 'a:visited' to remain the same everywhere except in the menu bar. How can I change only the menu bar link color without changing any of the other links/text?
Sorry for the delay in replying.
If you have a style:
#navEZPagesTop a:visited{color:red;}
and a style:
a:visited{color:blue}
Then all the visited links in navEZpagesTop will be red and all the visited links that are not in navEZPagesTop will be blue.
Hope that helps.
Thank you. Love learning new things. Thanks to your posts and some trial and error, I was able to find out that I had no idea what I was doing and that you were completely right all along.
Your first code, after realizing what to do with it, worked perfectly. Sorry for being such a noob. Thank you, niccol, for putting up with me and teaching me some new things.
Thanks again, so much.![]()
Last edited by wachtn; 19 Jun 2009 at 09:11 PM.
You're very welcome. The forum has helped me loads and loads too.![]()
Nick
iszent.com