Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter headworks

    (@headworks)

    Forgot to add a link to the relevant webpage relevant webpage

    Plugin Author DOTonPAPER

    (@dotonpaper)

    Hello,

    You could hide the price in CSS and display it when selected class is added to days. Use this CSS, add it in your stylesheet:

    .DOPBookingSystem_Day .bind-content .content .price{
        opacity: 0 !important;
    }
    
    .DOPBookingSystem_Day.selected .bind-content .content .price{
        opacity: 1 !important;
    }

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hide booking calendar visible day price’ is closed to new replies.