View Single Post
  #9  
Old 03-11-2010, 07:16 AM
 
BAlexander BAlexander is offline
 

Member
  
Join Date: Mar 2010
Posts: 24
 

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

I did find this piece of code in skin1\main.css

.menu-dialog .content {
border: 0px;
background-color: #ffffff;
padding: 8px 10px 20px 10px;
overflow: hidden;
}
.menu-dialog .content a:link,
.menu-dialog .content a:visited,
.menu-dialog .content a:link
{
color: #324c76;
font-size: 9px;

There was no font size originally in this code. I changed it to 9 to see the effects and it did change the category font size but it changed all the other menu font sizes as well.

I'm going to keep looking for a bit so if I find anything else I'll let you know.
__________________
4.6.4
Reply With Quote