Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing Background Colors


Guest

Recommended Posts

Posted

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.

 

changecolor.gif

Posted
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.

 

changecolor.gif

 

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

Posted

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.

Posted

catalog/stylesheet.css:

BODY {
 background: #ffffff;
 color: #000000;
 margin: 0px;
}

change the background colour

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...