View Single Post
  #12  
Old 03-13-2010, 10:58 PM
 
chippiesavalanche chippiesavalanche is offline
 

Member
  
Join Date: Oct 2007
Location: Denver
Posts: 15
 

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

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



-------------------------

hmm....
ok, using a simple text search, i looked for what you wanted me to... i searched on .menu-categories-list and the only instance i found was in main.css, where i have already been changing it...

well up till now, i have just been messing with the unzipped files from the original 431 download....

so... i am downloading the installed websited to my local hard drive, maybe there is something there that isnt in the unzipped folder... i will search there and let you know what i find.

michael
__________________
chippiesavalanche
-----------------
X-Cart DB Version: 4.3.1 GOLD
hosted by godaddy.com
cart: www.chippiesavalanche.com
Reply With Quote