Tagged: 

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

    Hello. Is there a way to customize the border color, shown as Green in this very short video.

    #631878

    Hi Ryan,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #top.page-id-504 #sign-up .avia_ajax_form .form_element input[type=text] {
    border-color: red !important;
    }

    Regards,
    Rikard

    #632106

    That successfully changes the input borders. I’m looking to change the confirmation border(s).

    Thanks,
    Ryan

    #632111

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    #top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select {
        border-color: blue;
    }
    

    Best regards,
    Yigit

    #632115

    Money! Appreciate the quick responses.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Mailchimp Newsletter Sign Up Confirmation – Border Styling’ is closed to new replies.