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