Hi,
Is there a CSS code that will allow me to color the background inside the text area of form fields?
Thanks!
Hey!
Try adding this code to the Quick CSS:
.avia_ajax_form textarea {
background: black !important;
}
Cheers!
Josue
Thanks Josue,
I apologize for not being more explicit. I would like to change the background color for all form fields and not just the text area. Could you please provide the proper CSS code?
Regards,
Bryon
Hi Bryon!
Try:
#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{
background: black !important;
}
Best regards,
Josue
Works great. Thanks!
You are welcome, always glad to help :)
Regards,
Josue