Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

stylesheet question


matt@bluetorch

Recommended Posts

Posted

I need to know what field to change in the stylesheet to make the background of the product listing white. It is inheriting the background color from somewhere. Can anyone help? Here is a pic showing the area that needs to change.

oscommq.JPG

 

The area around the product and inside the slightly darker rectangular border is what needs to change.

Posted

You need to find this line in your stylesheet and adjust it to a white background

 

 

.fixcenter (line 31)

 

{

 

width: 778px;

 

color: #FFFFFF;

 

margin-top: 0px;

 

text-align: left;

 

background-x-position: center;

 

background-y-position: top;

 

vertical-align: top;

 

margin-right: auto;

 

margin-bottom: auto;

 

margin-left: auto;

 

background-image:

Archived

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

×
×
  • Create New...