
Originally Posted by
larojiblanca
Does anyone know how I can change color for the "New products for [month]" bar?
Code:
.centerBoxHeading {
margin:0;
background:#eee;
padding:.3em 0;
border-top:2px solid #4f4f4f;
border-bottom:2px solid #4f4f4f;
}
Change the background color there.
Then to change the background color for the Titles of the sideboxes, you can add a background color here:
Code:
h3.leftBoxHeading, h3.rightBoxHeading {background:url(../images/sideboxleft.gif) no-repeat top left;}
like this:
Code:
h3.leftBoxHeading, h3.rightBoxHeading {background:#000000 url(../images/sideboxleft.gif) no-repeat top left;}
(the above would be to make the background behind the titles black)
Bookmarks