![]() |
A little CSS help please
Hey guys, I have been modding away thanks to your help!
I am having an issue however on my home page at 216.75.30.97 I cannot for the life of me figure out what line of my css code will make my categories names in the center section visible, they appear on hover but not statically, is there any way to do this? Also I'd love for it to say how many products are in that department. Any help will be greatly appreciated:D |
Re: A little CSS help please
Hi toolexperts,
These are the ones I think, although at a quick glance I can't see why it's coming up as a black link on hover... perhaps change .VertMenuItems & .VertMenuItems A to... (should come up green) .VertMenuItems { color:#00FF00; /* the color before was white #FFF*/ text-decoration:none; } .VertMenuItems a { color:#00FF00; /* the color before was white #FFF*/ text-decoration:none; } Edit: oops I got that completely wrong, sorry. Photo is the man! |
Re: A little CSS help please
Quote:
Try adding this to your skin1/skin1.css file, Code:
.PListCell a:link { Change colours to your liking. |
Re: A little CSS help please
Kube...once again man you rock!!! I put it in and whammo it's working!!!
|
Re: A little CSS help please
i tried yours photo...it didn't work :(
|
Re: A little CSS help please
huh?! Photo's should have worked.
Maybe it should be more specific like... .PListCell a.VertMenuItems:link { COLOR: #00FF00; } .PListCell a.VertMenuItems:visited { COLOR: #00FF00; } .PListCell a.VertMenuItems:hover { COLOR: #00FF00; } .PListCell .aVertMenuItems:active { COLOR: #00FF00; } |
Re: A little CSS help please
that's it...ok it's looking good now thanks!!!
|
All times are GMT -8. The time now is 05:21 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.