Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1465718

    Hi,
    Using Yith booking and end up with 2 check boxes on page https://myjapanguide.com/booking/mount-fuji-tour.
    I’d like to get read of the blue one. Tried many things like
    #top input[type=”checkbox”] {
    display: hidden;
    }
    which woks with the inspector tab but not with Additional CSS
    Any idea.
    Thank you.
    Xavier

    #1465744

    Hey koomo,

    Please try the following in Quick CSS under Enfold->General Styling:

    #yith-wcbk-booking-services-4250 {
      display: none; 
    }

    Best regards,
    Rikard

    #1465842

    Rikard,
    Thank you, but tried already.
    It works with the console but not with Quick CSS.

    #1465885

    Hi,

    Try this instead:

    #yith-wcbk-booking-services-4250 {
      display: none !important; 
    }

    Best regards,
    Rikard

    #1465955

    Hi RIkard…that works perfectly. Thank.
    THe only thing is for each form I use I will have to put a separate code.
    But no big deal.
    Thank you

    #1465963

    Hi,

    Thanks for the update. You could try this class instead:

    .yith-proteo-standard-checkbox {
      display: none !important;
    }

    Best regards,
    Rikard

    #1466089

    Rikard…you’re a star.

    Thank oyu very much

    #1466101

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1466167

    All good thank you

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Issue with Yith booking checkbox’ is closed to new replies.