johnhorton79 Posted July 18, 2008 Posted July 18, 2008 hi guys, i want to change the colour of the text i have highlighted as its the same colour of the background i have done a search for the colour code but just cant seem to find the code for this could someone please help thanks
jamartin Posted July 20, 2008 Posted July 20, 2008 Try the following: Examine the html code of the page, and locate the text. Look for the html tag which contains this text, and see the value of the "class" attribute of the html tag. If there is none, then look for the parent tag, and so on, util you find a tag with a "class" attribute and value. Then, go to your stylesheet.css file and locate the name of the class you have retrieved previously. inside the { } add or modify the following: color: #FFFFFF; But replace the #FFFFFF with the color code you want. Before doing anything, please backup. If doesnt work as expected, just restore your backup. I hope this work. Hey!!... I still need help with this http://www.oscommerce.com/forums/index.php?showtopic=309208. Please, take a look on it.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.