jaybee1960 Posted April 5, 2008 Share Posted April 5, 2008 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 More sharing options...
Guest Posted April 5, 2008 Share Posted April 5, 2008 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 More sharing options...
jaybee1960 Posted April 6, 2008 Author Share Posted April 6, 2008 Thanks for your reply, but this does not solve the problem Yes, I have white text where it was black, but I also have white text on a white background in some pages such as the contact us form Link to comment Share on other sites More sharing options...
Guest Posted April 6, 2008 Share Posted April 6, 2008 What is your url? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.