Hide calendar and form

Support forumHide calendar and form
jim asked 5 years ago
Is it possible to hide the calendar and form until you add a service and worker? or just service, so it appears a little neater/tighter
1 Answers
Nikola Loncar Staff answered 5 years ago
Hi Jim, that can be done via custom css. Try something like this:
.ea-bootstrap.ea-bootstrap .disabled .block { opacity: 1; background-color: white; }
in case that white is background color of your site. Best regards, Nikola