
Originally Posted by
crisand
Hi I was hoping to find out if it is possible to change the side colour on cherry zen. In my case the standard blue to another colour code, and I simply can't find where to do this, and it is probably the easiest of things to do!
Thanks,
Andrea
www.thelittleonlinecardshop.com.au
The gray sidebar background color is done with an image, you have to open up the image, and change the color.
includes/templates/cherry_zen/images/sidebox.gif
If you are talking about the site background color, that is in the includes/templates/cherry_zen/css/stylesheet.css
Code:
body {
background:#84A4C1; /* main site background color, blue default */
}
Bookmarks