Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / how to change background of side-boxes?

how to change background of side-boxes?

Locked

Views: 1,817

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
25 Jan 2008, 5:15 AM
#1
pglenn avatar

pglenn

New Zenner

Join Date:
Jan 2008
Posts:
42
Plugin Contributions:
0

how to change background of side-boxes?

I am "mostly" sure it is a stylesheet change, and if I keep looking and hacking i will find it. however - how can i change the background color of the side-bar boxes?

Patrick

25 Jan 2008, 5:28 AM
#2
ebtown avatar

ebtown

New Zenner

Join Date:
Sep 2007
Location:
Arizona
Posts:
17
Plugin Contributions:
0

Re: how to change background of side-boxes?

Hey Patrick,
Check this file /includes/templates/your_template/css/stylesheet.css and look for a line that says

.sideBoxContent {
background-color: #ffffff;
padding: 0.4em;
}

That should solve your problem..