Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Backround Colour


venusmenachite

Recommended Posts

Posted

Hi, i wonder if anyone can assisst with helping to change the backround webpage colour ( white ) to the same as the colour of the template I used.

See: www.vmdist.com to see what I mean.

Thanx, any help would be appreciated.

Posted

To change the background colour, look in the stylesheet.css and change the background hex colour in the body selector.

 

From your stylesheet :

 

body {
 background:#FFFFFF none repeat scroll 0%;
 color:#4C5E74;
 font-family:Verdana,Arial,Sans-serif;
 margin:0px 8px 8px 0px;
}

 

The #FFFFFF sets the background to white, change this to your desired colour.

Posted
To change the background colour, look in the stylesheet.css and change the background hex colour in the body selector.

 

From your stylesheet :

 

body {
 background:#FFFFFF none repeat scroll 0%;
 color:#4C5E74;
 font-family:Verdana,Arial,Sans-serif;
 margin:0px 8px 8px 0px;
}

 

The #FFFFFF sets the background to white, change this to your desired colour.

 

 

Thanx Got it !

Archived

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

×
×
  • Create New...