Hide opening hours

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 :slightly_smiling_face:

Don’t work

Hi there, @Romano_Studio :waving_hand:

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

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 :slightly_smiling_face:

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.

Hi there, @user4148 :waving_hand:

Could you please send me a link to the page, where your widget is installed? I’ll be happy to check it for you :slightly_smiling_face: