Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

removing the white


Guest

Recommended Posts

Posted

Hi,

 

The class is "boxText" , which is just right up near the top of your stylesheet.css

 

/*
 $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2003 osCommerce

 Released under the GNU General Public License
*/

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

 

..... however, black foreground and a blue background is not a good idea, for "readability", it will be very hard to see. Maybe a lighter blue ??

 

Hmm, for that row, there is also another class "infoBoxContents"

 

.infoBoxContents {
 background: #f8f8f9;
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
}

 

which, I assume, is where the background colour is coming from. :)

 

Peter

Posted

tried that second thing. it changes ALL the boxes, even the ones in the content area. and i could always just make the text on the sides white.

Posted

Steve,

 

Define your own (new) class, that has the blue background and white foreground, then just change the class in the code around the 'side box contents'.

 

Peter

Archived

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

×
×
  • Create New...