Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #753750

    Hello,

    i want to change border bottom color on focus at contact form. I have change the color placeholder on focus, but i want to change same time and the border bottom input field.

    #754827

    Hey Designweb,

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

    input[type='text']:active {
        border-bottom: 1px solid yellow !important;
    }

    Best regards,
    Rikard

    #754954

    That doesn’t work. Anything else?

    #756911

    Hello,

    Do you have any idea?

    #757333

    Hi,

    Try using this css code:

    #top #wrap_all input[type="text"]:focus, 
    #top #wrap_all input[type="email"]:focus {
        border-bottom: 2px solid yellow !important;
    }

    Just adjust the color and thickness. HOpe this helps.

    Best regards,
    Nikko

    #757674

    No. That doesn’t work.

    #757679

    Finally, i found the solution.

    I used that code

    #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area:focus {
    border-bottom: 2px solid yellow !important;
    }
    #top .main_color input[type=’text’]:focus {
    border-bottom: 2px solid yellow !important;
    }

    but, thank you for your help.

    #758250

    Hi,

    Great, glad you found a solution and thanks for sharing, much appreciated. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #758379

    Hello,

    You can close it.

    Thank you

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Input fields form change border bottom color on focus’ is closed to new replies.