Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Text Colour Problem


jaybee1960

Recommended Posts

Okay, here goes

I have the most recent oscommerce install, and my site has a black background which has been set in the stylesheet

 

The front page looks superb, just how I want it to look

But the problem arises as soon as you click on any product - the text has now gone, so obviously this is black text on a black background

 

I need to set this text to white for the following pages http://myoscommercestore.com/product_info.php?products_id=29

 

I know this is done in the stylesheet, but I dont have a clue where

Can anybody please help with this ?

Link to comment
Share on other sites

The default osc stylesheet for the body is this

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

I think you want yours to be this

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

The background is black and the text (color) is white

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...