Title: hide payment
Last modified: July 11, 2023

---

# hide payment

 *  Resolved [doniyoo](https://wordpress.org/support/users/doniyoo/)
 * (@doniyoo)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/hide-payment/)
 * 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](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)

 *  [EricStylemixThemes](https://wordpress.org/support/users/ericstylemixthemes/)
 * (@ericstylemixthemes)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/hide-payment/#post-16904637)
 * Hello,
 * Thank you for reaching out!
 * You can try the following CSS to hide Payment tab:
 *     ```wp-block-code
       .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.

 * ![](https://ps.w.org/bookit/assets/icon-256x256.png?rev=2385587)
 * [Bookit — Booking & Appointment Calendar](https://wordpress.org/plugins/bookit/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bookit/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bookit/)
 * [Active Topics](https://wordpress.org/support/plugin/bookit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bookit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bookit/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [EricStylemixThemes](https://wordpress.org/support/users/ericstylemixthemes/)
 * Last activity: [2 years, 10 months ago](https://wordpress.org/support/topic/hide-payment/#post-16904637)
 * Status: resolved