remove duration or to be able to hid it
2 Likes
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;
}