Jump to content

[SOLVED] Change size of font in categories block


Recommended Posts

Hi guys,

Sorry to ask you a dump question. But which file to edit to increase or decrease the font size of the category names in the categories block? Because since I have about 3 - 4 levels the font size just getting smaller and smaller .. on each level. So please help me

Which file and on which line to edit ?

Regards
Archproject

Link to comment
Share on other sites

It is the /* Block categories */ section of css/global.css in your theme's directory that you need to change:

div#categories_block_left ul.tree li ul li, div#categories_block_product_footer ul.tree li ul li{
   padding-left:15px;
   background:none;
   font-size:11px;
   font-weight:normal;
}
div#categories_block_left ul.tree li ul li ul li,div#categories_block_product_footer ul.tree li ul li ul li{
   padding-left:15px;
   font-size:9px;
}



Remove the font-size from these sections if you want the text size to remain the same.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...