greengoblin231 Posted April 5, 2007 Posted April 5, 2007 http://www.trupowermotorsports.com/store/login.php as you can see on the returning customer box on the right, the text next to the text boxes for like E-Mail Address and Password cant be seen , they are black, where do I go to change this and where at in the code? Also when you go to New Customer, http://www.trupowermotorsports.com/store/create_account.php all the text is black , I also need to make this wwhite also. where do I go to change this and where at in the code? Please Help!
worldpar Posted April 5, 2007 Posted April 5, 2007 http://www.trupowermotorsports.com/store/login.php as you can see on the returning customer box on the right, the text next to the text boxes for like E-Mail Address and Password cant be seen , they are black, where do I go to change this and where at in the code?Also when you go to New Customer, http://www.trupowermotorsports.com/store/create_account.php all the text is black , I also need to make this wwhite also. where do I go to change this and where at in the code? Please Help! Try this... (Make a back up) Open the stylesheet.css file Locate this code: TD.main, P.main { font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5; } Change it to this: TD.main, P.main { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #ffffff; line-height: 1.5; } Let me know if that works Thanks Worldpar
Recommended Posts
Archived
This topic is now archived and is closed to further replies.