Jump to content

[SOLVED]change font size in categories block on 1.4


Recommended Posts

I am trying to change the font size on the categories block on 1.4 rc3 and can't seem to find it anywhere in the global.css file.

I have changed it on 1.3 in the global.css file under categories block and worked fine but cannot find it in 1.4.

Any help would be apreciated

Link to comment
Share on other sites

[sorry, this is for 1.3x and lower, see my next post for 1.4]


please find following code /themes/yoursitetheme/css/global.css

div#categories_block_left ul.tree { padding-left: 0.5em }
div#categories_block_left ul.tree li {
   border: none;
   padding-top: 5px;
   padding-left: 15px;
   background: none;
   margin-left: 0;
   font-weight: bold;
   font-size: 13px;
   line-height: 13px
}

Link to comment
Share on other sites

  • 5 months later...

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