Remove "any" from the staff list

Hi

Is there any way to remove "any" from the staff list?

0

Comments

1 comment
Date Votes
  • 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.

    0

Please sign in to leave a comment.

Didn't find what you were looking for?

New post