olimits7 Posted July 3, 2006 Posted July 3, 2006 Hello, How/where do I change the font color on the non-javascript error messages?? For example, the error messages that appear on the tell_a_friend.php: Error: Your friends name must not be empty. Error: Your friends e-mail address must be a valid e-mail address. Thank you, olimits7
Guest Posted July 3, 2006 Posted July 3, 2006 look into your catalog\stylesheet.css .messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; } .messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }
olimits7 Posted July 3, 2006 Author Posted July 3, 2006 Hello, I tried adding font-color: #FF0000; to the ".messageStackError" stylesheet, but it still didn't change the font color. Any other ideas of what I can try?? Thank you, again. olimits7
Recommended Posts
Archived
This topic is now archived and is closed to further replies.