View Full Version : Item links disappearing when visited
username
07-31-06, 10:08 PM
Hello.
Got a little problem. On my Category Display, whenever I click on a the title of the product then go back to the category, the title (link) becomes white, making it invisible to my white background. I think it has something to do with visited links. I have set my link, viewed link, and active link (in store settings) to black and nothing seems to work.
Pasted below is a link to the site.
Thanks.
Vic - WolfPaw Computers
07-31-06, 10:10 PM
Something is overriding your font color settings, likely the css style is not being implemented or assigned to the class being used by the link.
dotCOM_host
07-31-06, 10:10 PM
What's the URL to your store? Are you using any external CSS files that may have a different set of rules set up for visited hyperlink colors?
username
07-31-06, 10:20 PM
Sorry. Forgot the url
http://evergreensalesusa.com/mm5/merchant.mvc?Screen=CTGY&Store_Code=01&Category_Code=Comedy
I do have 2 css but the only ones that have something to do with links is my cattree css
dotCOM_host
07-31-06, 10:30 PM
You have an external CSS file called in your store (css/cattree.css) with a subcatnav class. Then, you surrounded the whole product list in a DIV tag and assigned this class to it. This class has an override for the 'visited' hyperlink, with white text. This explains why you can't see product names once they have been visited.
username
07-31-06, 10:36 PM
But shouldnt that be only messing with the stuff inside the <divs> ?
Vic - WolfPaw Computers
07-31-06, 10:39 PM
That would depend on how you have your CSS nested and applied.
username
07-31-06, 10:41 PM
I see. I think I will just create css classes for the prodname itself. Thanks!
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.