Thread: Category links?
View Single Post
  #2  
Old 06-01-2009, 12:45 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Category links?

I would think this would do something but it does nothing if the declaration is already defined earlier in the CSS for any link.

.menu-categories-list a:link,
.menu-categories-list a:visited,
.menu-categories-list a:active
{
color:#fff;
font-size: 25pt;
}


.menu-categories-list a:hover{
color:#003300;
text-decoration:none;
font-size: 12pt;
}
__________________
xcart 5.1.2
Reply With Quote