Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1420846

    When I click on the submit button the form field colors turn to green instead of blue like the submit button on rollover. The green appears to be a holdover from the green styling that the enfold theme comes with. I can’t figure out the css to fix. Can you help?

    #1420861

    Hey ricedean,

    Thank you for the inquiry.

    That is the default border color of the valid input fields. You can adjust the border by adding this css code.

    #top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select {
        border: 1px solid #7296cd;
    }

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect.

    Best regards,
    Ismael

    #1420938

    Thank you! That worked. And thank you for the quick reply!

    #1420974

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1420977

    You can close it. Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘contact form field border color wrong after submit’ is closed to new replies.