Jump to content

Changing background color of columns


Recommended Posts

Hi all, I know where to edit the CSS to change the background color of the header for the category blocks, but can someone show me the line to change the bg color of the rest of the block?

 

I can change that blue, but for the body that covers the different subcategories I cant seem to locate that.

 

ba2kh.png

Link to comment
Share on other sites

Hi hoatbui

 

Can you please tell me where (line ID) in the css you changed the color of the header categories?

 

An example of the code please would save me a LOT of hassle!

 

Thanks

 

}
/* BLOCK .block ******************************************************************************** */
.block {margin-bottom:20px}
#footer .block {margin-bottom:0}
.block h4 {
 padding:6px 11px;
 font-size:12px;
 color:#fff;
 text-shadow:0 1px 0 #000;
 text-transform:uppercase;
 background: INSERT COLOR;
 border-radius:17px 17px 0 0;

 

Poly

 

Let me know if you have any trouble :)

 

add background param to the:

 

#categories_block_left li {

border-bottom: 1px dotted #ccc;'

background:red;

}

 

in /themes/default/css/global.css line ~1956

 

Thank you so much vekia! Will give it a try!

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