tracib:
Is there a way to change the color of the bars in the middle? The ones that say things like "New Products For January"? I'd like it to match the color I'm using for my sidebox headers.
Thanks!
I figured it out--it's in the stylesheet.css
#cartSubTotal, h2.centerBoxHeading, .rowOdd {
background:#e8e9e9; /* background color for the New Product, Featured Products and Specials heading, odd listings, and for the subtotal section in the cart, light grey default */
}
change the #e8e9e9 to the color you want. To see what the code was, I opened up a graphic that was the color I wanted, then pasted it into the css, and it worked!:clap: