Max
October 16, 2024, 5:41pm
1
Add this code to the Custom CSS field on the Settings tab of your Appointment Booking widget’s settings:
@media(max-width: 500px) {
[class*="content__Block-sc"]:nth-child(6) {
display: none !important;
}
}
@media (min-width: 501px) {
[class*="content__Block-sc"]:last-of-type {
display: none !important;
}
}
Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions
Max
January 26, 2026, 10:56am
3
Hi there, @Romano_Studio
I’ve just tested the code and it’s working fine.
Without the code:
With the code:
Could you please double-check it?
It doesn't work on mobile.
I use only
[class*=“content__Block-sc”]:nth-child(6) {
display: none !important;
}
Thankyou so much
Max
January 26, 2026, 1:15pm
5
Ah, I see, thanks for the note!
Yep, the previous nth-child(4) removed the email on mobile instead of the opening hours. I’ve replaced 4 with 6 , which works fine
Hi Max, the opening hours still show on the iphone when the phone is held upright (portrait), but when you hold/turn the phone landscape it disappears.
Max
March 2, 2026, 12:27pm
7
Hi there, @user4148
Could you please send me a link to the page, where your widget is installed? I’ll be happy to check it for you