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
Hey koomo,
Please try the following in Quick CSS under Enfold->General Styling:
#yith-wcbk-booking-services-4250 {
display: none;
}
Best regards,
Rikard
Rikard,
Thank you, but tried already.
It works with the console but not with Quick CSS.
Hi,
Try this instead:
#yith-wcbk-booking-services-4250 {
display: none !important;
}
Best regards,
Rikard
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
Hi,
Thanks for the update. You could try this class instead:
.yith-proteo-standard-checkbox {
display: none !important;
}
Best regards,
Rikard
Rikard…you’re a star.
Thank oyu very much
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
All good thank you