Jump to content

default theme how to change color of white space


Recommended Posts

you're talkin about backgrund.

change  backgrund param in:

body {
font: normal 11px/14px Arial, Verdana, sans-serif;
color: #222;
background: #fff;
}

then you will need to define background for shop elements like columns, so add background:#FFF to:

#columns {
z-index: 1;
background: #FFF;
}

you can find these codes in:  /themes/default/css/global.css

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