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(4) {
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