superkevy Posted October 4, 2009 Posted October 4, 2009 How do I change the text color of the words "Upcoming Products" and "Date Expected" on the main index page. Currently the text is black on a black background. Where can I find the file to edit to change the text color.
♥ecartz Posted October 4, 2009 Posted October 4, 2009 The normal place would be stylesheet.css, but since those aren't standard in the default install: http://demo.oscommerce.com/ It's anyone's guess. You might try contacting whoever did your redesign for more cogent information. This is also a situation where something like Firefox's Web Developer add-on is useful. Always back up before making changes.
superkevy Posted October 5, 2009 Author Posted October 5, 2009 The normal place would be stylesheet.css, but since those aren't standard in the default install: <a href="http://demo.oscommerce.com/" target="_blank">http://demo.oscommerce.com/</a> It's anyone's guess. You might try contacting whoever did your redesign for more cogent information. This is also a situation where something like Firefox's Web Developer add-on is useful. Thanks for your reply I have checked the stylesheet.css file and other various files but couldn't find anything but then again I'm not sure what I'm looking for either :). I have contacted the guy who made it but still waiting for a reply.
♥ecartz Posted October 6, 2009 Posted October 6, 2009 Any of color: #000000; color: #000; color: black; would cause a black text color. The first place that I'd check would be in the BODY declaration. BODY { background: #ffffff; color: #000000; margin: 0px; } That's what the default install has. The others from a default install are A { color: #000000; text-decoration: none; } TD.subBar { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; } .checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; } Always back up before making changes.
superkevy Posted October 6, 2009 Author Posted October 6, 2009 Any of color: #000000; color: #000; color: black; would cause a black text color. The first place that I'd check would be in the BODY declaration. BODY { background: #ffffff; color: #000000; margin: 0px; } That's what the default install has. The others from a default install are A { color: #000000; text-decoration: none; } TD.subBar { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; } .checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; } 'tis ok I found it and have changed the color.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.