Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing color of background....


babarmughal

Recommended Posts

In your main directory there should be a file called stylesheet.css

 

It will look something like the stuff below...change the background color where it says BODY:

 

/*

$Id: stylesheet.css,v 1.50 2002/11/02 03:06:05 hpdl Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2001 osCommerce

 

Released under the GNU General Public License

*/

 

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }

.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }

.productsNotifications { background: #f2fff7; }

 

BODY {

background: #f8f8f9;

color: #000000;

margin: 0px;

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...