Tagged: CONTACT FORM
In case of missing field inputs for required fields in contact form the field is marked with an red border.
I want this border a litte bit wider (default is only 1 px).
Where/how can I change this with CSS adjustment?
Hey universo,
Could you post a link to where we can see the form in question please?
Best regards,
Rikard
Hey Rikard,
Please hit the send button without filling up a field. I want the red border around the empty fields a little bit wider.
Thanx.
Hi,
Thank you for the update.
You can use this css code to adjust the width of the border.
.error input, .error textarea {
border-width: 3px !important;
}
Best regards,
Ismael
Thanx Ismael, it works!
Best regards,
Alex
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon