Hi
I would like change the border color of invalidation and validation of my Choice in the contact form.
At moment the invalidation color of the contact form border is kind of red and of the validation border color is green.
Thank for your help
Roger
Hey Roger,
Can you give us access to your site? currently we can only see a Coming Soon page.
You can post the credentials in private content.
Best regards,
Nikko
Hi Nikko
Thanks for reply. atteched my cred. and a screenshot.
Thanks for help
kind regards
Roger
Hi,
Thanks for the info.
You can use the following css codes to change the validation border colors.
/** valid**/
#top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select{
border:1px solid #9AA600;
}
/** error **/
#top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select {
border: 1px solid #DF653E;
}
Best regards,
Ismael
Hi Ismael
That works great. Thanks a lot.
Kind Regards
Roger