• Resolved michael

    (@micsondergaard)


    Hello, I am running a workshop space where people can only make reservation for maybe 3 times during the day. Is there a way to only show for instance 14:00, 17:00 and 20:00 – and not all the unavailable times?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support jaysupport

    (@jaysupport)

    Hi michael,

    If you mean you’d like the disabled times to not show at all, instead of just being greyed out, then you should be able to add some CSS for this. For example:

    .picker__list-item.picker__list-item--disabled {
        display: none;
    }
    
    • This reply was modified 5 years ago by jaysupport.
    Thread Starter michael

    (@micsondergaard)

    Wow, that was easy. Thank you so much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove unavailable booking times’ is closed to new replies.