Jump to content

[solved] Change Cart etc. border colour


Malk

Recommended Posts

Can anyone tell me where to change the border colour for the information, cart, menu blocks on the left ?

In the image attached you can see the faint grey border, I've searched everywhere and can't seem to find where to change it.

All I managed to do was create the 1px brown border you can also see.

 

Appreciate any advice anyone can offer

post-289966-0-58405700-1322574256_thumb.png

Link to comment
Share on other sites

  • 3 weeks later...

well if anyone else ever wants to do this, you can find it in the global.css here ;

 

/* Default block style */
div.block {
margin-bottom: 1em;
}
#left_column div.block,
#right_column div.block {
   background: none repeat scroll 0 0 #cc9966;
   line-height: 1.5;
   margin: 0 0 10px;
   padding-bottom: 4px;

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