Guest Posted March 12, 2008 Posted March 12, 2008 I need to change the background color of the product lists. I have changed everything else as I need the colors, boxes, header, footer etc. but I can't find the code to change the color of the product listings. See picture.
nomaddave Posted March 12, 2008 Posted March 12, 2008 I need to change the background color of the product lists. I have changed everything else as I need the colors, boxes, header, footer etc. but I can't find the code to change the color of the product listings. See picture. If you go into the CSS stylesheet, it should be labeled the .productListing-data rule, change that to your desired color and that should give you the desired results. That is at least how my store works. Good luck, Dave
Guest Posted March 12, 2008 Posted March 12, 2008 Thanks Dave, Going to do it now :thumbsup: Does anyone know what part of the styleseet I need to change to Change the background of the entire osc. I have centered my ocs and am left with big gaps left and right of my store. I would like to change the standard white background to another color. I have probably seen the part i'm suppose to change a million times while looking for everything else I changed colors on. Thanks.
Guest Posted March 13, 2008 Posted March 13, 2008 catalog/stylesheet.css: BODY { background: #ffffff; color: #000000; margin: 0px; } change the background colour
Recommended Posts
Archived
This topic is now archived and is closed to further replies.