Jump to content

[SOLVED] Block Colors


Recommended Posts

You can do this by applying style to the individual blocks instead of all blocks using code like this:

div#categories_block_left .block_content { background: red; }
div#viewed-products_block_left .block_content { background: purple; }
div#cart_block .block_content { background: green; }
div#informations_block_left .block_content { background: orange; }


You can remove the categories block header by modifying modules/blockcategories/blockcategories.tpl and {* commenting out *} the following line:

{l s='Categories' mod='blockcategories'}

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