Page 1 of 1
Different font size for sub categories
Posted: Sun Nov 28, 2010 5:24 am
by quaffershotglasses
I have increased the size of my main categories, but would like to make by sub-categories use smaller text. I am usiing 1.4.9. Is there anyway to do this?
Re: Different font size for sub categories
Posted: Sun Nov 28, 2010 6:49 am
by bkrenzin
This should work:
Put the following at the bottom of your stylesheet. site/view/theme/default/stylesheet
#category li li a {
font-size: 20pt;
}
Re: Different font size for sub categories
Posted: Sun Nov 28, 2010 8:46 am
by quaffershotglasses
When I added that, it didn't seem to change anything.
Re: Different font size for sub categories
Posted: Mon Nov 29, 2010 1:07 am
by bkrenzin
can you provide a link to the site... i could look at it from there,
Re: Different font size for sub categories
Posted: Mon Nov 29, 2010 9:10 pm
by readyman
Are you using the default template? If not, add that code to the stylesheet you are using.
You can try
div#category li li a:link,
div#category li li a:visited {
font-size: 10px;
}
Re: Different font size for sub categories
Posted: Wed Dec 01, 2010 10:00 pm
by quaffershotglasses
thank you readyman, that worked. I was putting it in my new templates stylesheet, but it wasn't working. The new coding you gave me did the trick though. Thanks!
Re: Different font size for sub categories
Posted: Wed Apr 18, 2012 5:58 am
by geidorei
Hi
Am using latest version of OC - have tried as above but not changing size of font in the menu below the catagoies.
Using default theme.
Am I doing something wrong here?