3214 Posts in 848 Topics by 810 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 495 Views |
-
SOLVED Required field - js message - change color

17 September 2011 at 11:16am
Hello,
I am using SS 2.3.7 on cms/contact page
I am trying to change the color of the message wich appears when you click on the email field.The message is "Please fill out "Email Address*", it is required."
I found something in cms\mysite\code\validator.js line 150
var errorMessage = ss.i18n.sprintf(ss.i18n._t('VALIDATOR.FIELDREQUIRED', 'Please fill out "%s", it is required.'), fieldLabel);Is there a way to change the color of this message ?
Thanks a lot !
-
Re: SOLVED Required field - js message - change color

17 September 2011 at 2:43pm
Edit the CMS css file or override it.
You'll need to locate the selector though. -
Re: SOLVED Required field - js message - change color

2 March 2012 at 8:53am
.required { color: #E40000; }
| 495 Views | ||
|
Page:
1
|
Go to Top |



