Remove duration or able to hide it

remove duration or to be able to hid it

2 Likes

Hi @Sir_Shakespeare_radi :wave:

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

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;
}
1 Like

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

2 Likes

Greetings and welcome aboard, @user26145 :waving_hand:

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

1 Like

That’s great! Thank you so much for the quick reply!

2 Likes