Jump to content

[SOLVED]Products category module font size...


Recommended Posts

It is the following section on line 1213 of themes/Darylita 2/css/global.css that you need to change:

/* Block categories */
div#categories_block_left ul.tree { padding-left:0.5em; }
div#categories_block_left ul.dhtml{ display:none; }
div#categories_block_left ul.tree li {
   border:none;
   padding-left:5px;
   background: none;
   margin-left:0;
   font-weight:bold;
   font-size:10px;
   line-height:12px;
   margin-top:2px;
}
div#categories_block_left 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{
   padding-left:15px;
   font-size:9px;
}



Currently, the font size of the first-level categories is 10px, the second-level categories are 11px and the third-level categories are 9px. I suggest you change the font-size of the top-level categories from 10px to 13px.

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...