Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1052698

    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!

    #1052898

    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

    #1053133

    Thank Victoria!
    It’s work for me. You can close this topic.

    #1053440

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change background of input and select field Woocommerce Booking Form?’ is closed to new replies.