View Single Post
  #8  
Old 03-10-2010, 11:29 PM
 
Shamun Shamun is offline
 

X-Adept
  
Join Date: Jun 2009
Location: North Carolina
Posts: 841
 

Default Re: change category font size (left hand navigation column)

I just checked, it's still set to 15px. Your 7px is being overridden as well.

The CSS you need to look for:
Code:
.menu-categories-list ul li a:link, .menu-categories-list ul li a:visited, .menu-categories-list ul li a:hover, .menu-categories-list ul li a:active { font-size:15px; font-weight:bold; }

The one you edited was this:
Code:
.menu-categories-list ul li a:link, .menu-categories-list ul li a:visited, .menu-categories-list ul li a:hover, .menu-categories-list ul li a:active { font-size:7px; }







Looks the same, but is different. That means theres another .css file you have to edit. I cant tell you which, since firebug isn't listing the css file names.
__________________
- Shane Munroe
Reply With Quote