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