I am using Chrono Forms 2.3.9 with validation and would like the "This is a required field." to display in red text. If this is possible please can you advise how it can be achieved?
Forums
How to change "field required" text colour
Hi Thrushwood,
You need to add a little CSS to reformat it. I forget that exact code but it is in the forums here at least a dozen times. Please post again if you can't find it.
Bob
PS Joomla 1.0 comes to 'end of life' on 22 July 2009 and will no longer be supported by Joomla.org
You need to add a little CSS to reformat it. I forget that exact code but it is in the forums here at least a dozen times. Please post again if you can't find it.
Bob
PS Joomla 1.0 comes to 'end of life' on 22 July 2009 and will no longer be supported by Joomla.org
Bob,
I was obviously searching on the wrong keyphrases!
Having looked again you are right of course.
In case it helps anyone else in future i added
.validation-advice{
color:red;
}
to the site css and it does the job.
Thanks for the prompt support as usual.
Paul.
I was obviously searching on the wrong keyphrases!
Having looked again you are right of course.
In case it helps anyone else in future i added
.validation-advice{
color:red;
}
to the site css and it does the job.
Thanks for the prompt support as usual.
Paul.
This topic is locked and no more replies can be posted.