Most of the skins are to white for me and I would like a cream background.
At the moment reskinning is not the priority but is there somewhere where i can change one setting and have the background colour change on the front end so that it is not white.
Thanks
Hey Page, how have you been? Are you still selling the leather stuff?
Are you talking about the main body color or the inner wrapper color?
To change the body color you would need to change:
skins/your-skin/customer/styles.css
Near the top you should have:
body {
background: #f1f6f9 url('images/body_bg.gif') repeat-y center top;
}
Just change it to:
body {
background-color:#faf8eb;
}
Or to what ever color you want.
If it isn’t the body color than in the same style sheet you would change:
#container {
background-color:#FFFFFF;
border-color:#E3EBF0;
border-style:solid;
border-width:0 1px;
}
To:
#container {
background-color:#faf8eb;
border-color:#E3EBF0;
border-style:solid;
border-width:0 1px;
}
If you change the container color you might have to do quite a bit more, but at least this will get you started.
I hope it helps,
Brandon
Nice to still see you kicking around here and thanks for the help - again.
Not doing much in sales but the site has turned into a rotting hulk. Hopefully I am now back on the case and can start moving forwards with Cs-cart 2 - awesome:)