I apologize for the later response as we don't work on weekends.
Here is a CSS for duration:
#am-service-booking > div > div.am-service > div.am-service-info > div > div:nth-child(1) > div:nth-child(3) {
display: none!important;
}
For capacity:
#am-service-booking > div > div.am-service > div.am-service-info > div > div:nth-child(1) > div:nth-child(4) {
display: none!important;
}
And for the employees / shops:
#am-service-booking > div > div.am-service > div.am-service-info > div > div:nth-child(2) {
display: none!important;
}
They had to be separate, I apologize, so that they wouldn't remove other elements on the booking.
Custom code needs to be applied to the page where the booking form is. Depending on what you're using (Gutenberg blocks, or some page builder), adding the CSS or JS can be done in a few different ways.
If you need help with adding custom CSS to the page, please take a look at this article.
Hello Support,
is it possible to hide the duration, capacity and the employees/ shops in this view?
Hi Romy,
thank you for reaching out to us
Sure we can do that with custom CSS, just please send me the URL of your booking page.
Hi Romy,
thank you for the kind reply and for the login
I apologize for the later response as we don't work on weekends.
Here is a CSS for duration:
For capacity:
And for the employees / shops:
They had to be separate, I apologize, so that they wouldn't remove other elements on the booking.
Custom code needs to be applied to the page where the booking form is. Depending on what you're using (Gutenberg blocks, or some page builder), adding the CSS or JS can be done in a few different ways.
If you need help with adding custom CSS to the page, please take a look at this article.
Hi Ivana,
no problem regarding your working hours :-) You helped a lot and everything works. Thanks for that.
One more question: We want to remove one more phrase. See attachment marked in red. Hope you can solve this problem also with a CSS code.
Thanks in advance.
Kind regards, Romy
Hi Romy,
sure!
Here it is:
That was fast! Thank you Ivana.
Wish you a great week.
Anytime, Romy
Have a great week as well; if you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.