Tagged: CONTACT FORM
I can’t find the elements involved to make the red line around incorrect field submissions BOLDER in my contact form. Please help. I have a client asking for this specifically.
Hey ricedean,
Do you mean that you want to change the CSS when a field is incorrect? If so then how do you want to change it and where can we see the form in question?
Best regards,
Rikard
on most cases form fields got an extra class on that. On Enfold it is the class: error
so that could help:
.form_element.error {
outline: 2px solid red;
}
you can use border aswell – but sometimes it has not effect with border.
This worked for me:
#top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select {
border: 3px solid #DF653E;
}
I found it using the web inspector in Safari’s developer menu.
Thank you for your replies.
Hi ricedean,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria
aha – thats the reason why we ask for link to page. It’s hard to give advice only from a description.
I’ll remember that.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon