Guest Posted May 20, 2004 Posted May 20, 2004 http://colemachines.com/catalog/ how do i get rid of the white background behind JUST the side box contents and match it to the blue there or make it transparent?
peterr Posted May 20, 2004 Posted May 20, 2004 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
Guest Posted May 20, 2004 Posted May 20, 2004 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.
peterr Posted May 20, 2004 Posted May 20, 2004 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.