Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change Font Color on Non-Javascript Error Messages??


olimits7

Recommended Posts

Posted

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

Posted

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; }

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...