Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1141188

    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.

    #1141669

    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

    #1141672

    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.

    #1141872

    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.

    #1141928

    Hi ricedean,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1141948

    aha – thats the reason why we ask for link to page. It’s hard to give advice only from a description.

    #1141953

    I’ll remember that.

    #1142015

    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 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Need css for making the red line around incorrect field submissions BOLDER’ is closed to new replies.