Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Backround Color


Smasher9876

Recommended Posts

Posted

Change it in the stylesheet.css file.

 

Look for the following lines around lines 18 - 22,

 

BODY {

background: #ffffff;

color: #000000;

margin: 0px;

}

 

Change to:

 

BODY {

background-image: url(images/background.gif);

color: #000000;

margin: 0px;

}

 

That should do it! Let me know if this helps...

Posted

Hmm nope... im trying to change it to a dark blue color and instead of the FFFFFF i tried the 000000 cause i know the black code and that doesnt work

  • 4 years later...
Posted
In that case, change it to:

 

BODY {

background: #000099;

color: #000000;

margin: 0px;

}

 

thank you Patrick Moonsttone for making my life so easy on this Saturday before Christmas. Happy Holidays to you!

Pete Schulte

Archived

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

×
×
  • Create New...