• Resolved doniyoo

    (@doniyoo)


    Hello, is it possible to hide the “Payment” tab and the Total in the “Confirmation” tab ? i have attached a Screenshot

    https://prnt.sc/TOy0M_6dqZHD

    i already added some additional css but that only hides the price in the service tab:

    .info .price{
    display: none;
    }

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.