View Single Post
  #3  
Old 02-26-2008, 08:21 AM
  photo's Avatar 
photo photo is offline
 

X-Wizard
  
Join Date: Feb 2006
Location: UK
Posts: 1,146
 

Default Re: A little CSS help please

Quote:
Originally Posted by toolexperts
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

Try adding this to your skin1/skin1.css file,

Code:
.PListCell a:link { color:#000 } .PListCell a:visited { COLOR: #000; } .PListCell a:hover { COLOR: #000; } .PListCell a:active { COLOR: #000; }

Change colours to your liking.
__________________
v4.1.10
In Dev v4.5.x


"If you don't keep an eye on your business, someone else will."
Reply With Quote