• Resolved royaleagle70

    (@royaleagle70)


    Hello. In plugin Restaurant resevation I applied a filter on schedules from 6:00 PM to 11:00 PM. I noticed that the hours that are not in this range are simply disabled. How can I not view them from schedule and display only scheduled hours? Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @royaleagle70,

    If you want to hide them completely, you can use the following CSS code:

    
    .picker__list-item--disabled {
      display: none;
    }
    
    Thread Starter royaleagle70

    (@royaleagle70)

    Hi
    Thanks for your reply. I entered the code in the CSS and it does not work. I entered it in the CSS of the theme (I’m using a theme of Jupiter) and in the CSS of the plug-in. Am I wrong something or this code is not compatible with the theme used by me?
    Thanks

    Hi @royaleagle70,

    The best place for something like this is in the Additional CSS panel which you find under Appearance > Customize. Once placed there, it should work. But if it doesn’t, post the link to the booking form on your site and I’ll take a look.

    Thread Starter royaleagle70

    (@royaleagle70)

    Hi.
    Thanks so much. Sorry but I had forgotten to put “!important” in CSS.
    Now the script works perfectly.
    Many thanks for the support.

    • This reply was modified 9 years, 3 months ago by royaleagle70.
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove a time from schedule’ is closed to new replies.