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

Member
  
Join Date: Mar 2010
Posts: 24
 

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

Okay here it is.

skin1\modules\Flyout_Menus\Icons

.fancycat-icons-c li.closed ul {
display: none;
}
.fancycat-icons-c ul li a:link,
.fancycat-icons-c ul li a:visited,
.fancycat-icons-c ul li a:hover,
.fancycat-icons-c ul li a:active
{
color: #324c76;
font-size: 11px;

Also if you want to compress the lines and bring them closer together you can change the line-height to 7 or 8 or any number.
__________________
4.6.4
Reply With Quote