remove duration or to be able to hid it
Thanks for the suggestion! We agree that it would be awesome to have this option in the settings, and we’ll try to think about it in the future
As for now, you can hide the duration using this code in the Custom CSS field on the Settings tab of your widget’s settings:
[class*="current-service-card__Duration-sc"] {
display: none;
}
I’d love to be able to hide the duration for a service - I want to use the booking form to create something that isn’t a traditional service booking, and the duration being forced to display is the one reason I can’t complete the project
Greetings and welcome aboard, @user26145
Thank you so much for the feedback!
We already have this request on the Wishlist, and I’ve added your comment there too. If this idea gains more votes, we’ll try to consider it as an option in the settings.
As for now, you can hide it using a CSS code from the message above
That’s great! Thank you so much for the quick reply!