Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to change a background color in HTML


technomart

Recommended Posts

Posted

the fonts, colors, etc. are in CSS. you can find this in the stylesheet.css file in the catalog folder.

 

in that file you should find this:

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

 

change the "#ffffff" to the color you want.

 

this may different if you are using a template.

Archived

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

×
×
  • Create New...