hi there. in general styling, i made my main content border color white. this change has also made the outline of the input boxes white (see my page). can you please help me define a border color for the input box?
Hey cindy531!
Thank you for using our theme.
In custom.css or Enfold->Styling->Quick-CSS field put the following and adjust the color value:
form input{
border-color: #a2a2a2;
}
Regards,
Günter
Hi Günter,
Thanks for your reply. I tried adding the code in custom.css, but it is not working.
I searched for other posts and found the code below, but it is only working for one textbox.
#top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area {border-color: #CCCCCC;}
Could you please take a look again?
Thanks,
Cindy
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { border-color: #cccccc !important; }
after applying the code, please flush browser cache and refresh your page a few times
Regards,
Yigit
Perfect! Thanks Yigit.