Greeting!
I want to change my background color of Input field and Select Field of Woocommerce Booking Form to white color, now the field is grey because the box background color is grey.
I try to add this CSS:
div.wc-bookings-booking-form input{
background-color: #ffffff;
}
But nothing change.
Please give me the right CSS, thanks!
Hey NHAT TAN,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#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-color: #fff;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank Victoria!
It’s work for me. You can close this topic.
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
Basilis