Jump to content

[solved]change font size in categories block on 1.5


Recommended Posts

Open up global.css (themes/default/css/), find /*************** Block CATEGORIES ***************/ and in that portion

 

 

#categories_block_left  li a {
display:block;
padding:7px 11px 5px 22px;
color:#333;
background:url(../../../modules/blockcategories/img/arrow_right_2.png) no-repeat 10px 10px transparent
}
 
Simply add font-weight: bold here
Link to comment
Share on other sites

  • 1 month later...

 

Open up global.css (themes/default/css/), find /*************** Block CATEGORIES ***************/ and in that portion

 

 

#categories_block_left  li a {
display:block;
padding:7px 11px 5px 22px;
color:#333;
background:url(../../../modules/blockcategories/img/arrow_right_2.png) no-repeat 10px 10px transparent
}
 
Simply add font-weight: bold here

 

Hi! And what about if you just want to change the font of parent categories only? I can't do it just with css, think I must edit tpl file of categoryblock module, but don't know how :(

Any Help?

Link to comment
Share on other sites

  • 4 months later...

Hi! And what about if you just want to change the font of parent categories only? I can't do it just with css, think I must edit tpl file of categoryblock module, but don't know how :(

Any Help?

Hi Guys, Nemo,

 

how do i do this? just the parent category to be bold?

 

Thanks in advance

Binesh

Link to comment
Share on other sites

  • 1 year 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...