Tagged: MailChimp
Hello. Is there a way to customize the border color, shown as Green in this very short video.
Hi Ryan,
Please try the following in Quick CSS under Enfold–>General Styling:
#top.page-id-504 #sign-up .avia_ajax_form .form_element input[type=text] {
border-color: red !important;
}
Regards,
Rikard
That successfully changes the input borders. I’m looking to change the confirmation border(s).
Thanks,
Ryan
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select {
border-color: blue;
}
Best regards,
Yigit
Money! Appreciate the quick responses.