Remove "any" from the staff list Papillon4 September 12, 2023 21:58 Share Hi Is there any way to remove "any" from the staff list? 0
Comments
Hello,
You can do this with custom CSS. Go to the Appearance section > select your booking form design > Edit custom CSS, and use the following code:
.bookly-form div[data-type="staff"] option[value="0"] {Â display: none;
}
Then rename or delete the word ANY in the menu:
Hope this helps. Feel free to contact us if you need any help.
Please sign in to leave a comment.