Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1311800

    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?

    #1312175

    Hey universo,

    Could you post a link to where we can see the form in question please?

    Best regards,
    Rikard

    #1312226

    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.

    #1312939

    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

    #1312966

    Thanx Ismael, it works!
    Best regards,
    Alex

    #1313142

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Contact Form – need wider border for required field check’ is closed to new replies.