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.
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
That doesn’t work. Anything else?
Hello,
Do you have any idea?
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
No. That doesn’t work.
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.
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
Hello,
You can close it.
Thank you