Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for reaching out!

    You can try the following CSS to hide Payment tab:

    .calendar-step-nav .calendar-step-item:nth-of-type(4),
    
    #bookit-app .step-by-step-view .calendar-content .step-content .confirmation .total{
    
        display: none !important;
    }

    I hope it helps.

    Regards

Viewing 1 replies (of 1 total)

The topic ‘hide payment’ is closed to new replies.