Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing the BackGround Color


yacpro13

Recommended Posts

Posted

Hi all,

My store has a fixed width and is centered.

 

I'd like to add a background color which would only show on the extreme right and left (to the right of the right column & to the left of the left column).

 

However I want my center background to stay as is, white. (in between the right and left column)

 

I can't seem to find a way to do this, any idea?

 

Thanks!

Posted

Something like this? (Except the fact that it is a print)

Posted

In your stylesheet.css, there will be something that looks like this, just change the name of the image:

 

BODY {

text-align: center;

#background: #ffffff;

background-image: url(images/changemetowhateveryourbackgroundimageis.jpg);

color: #000000;

margin: 0px;

}

Posted

I used the contribution recommended by toyicebear.

It works nicely. Except just take one second to look at my website: www.canadabicycleparts.com/store/catalog

 

Notice the header, navbar and date bar near the footer all don't quite extend entirely to the left side.

 

Do you know how I could fix this?

 

Thanks again.

Archived

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

×
×
  • Create New...