arrow_back_iosQuestions
help

How can I hide the prices from the widget?

check_circle
Go to the widget settings, open the Appearance tab. Set the Use custom css-styles checkbox and insert this CSS:
.reservation-invoice__amount { display:none; }
.reservation-invoice__total { display:none; }
.order-invoice-item__amount { display:none; }
.order-totals { display:none; }
.order-invoice-item__price { display: none; }
.reservation-invoice__price {display: none; }
.reservation-invoice__header-total {display: none; }
.order-reservation-invoice__header-total {display: none; }
As a result, all prices will be hidden from reservation and cart screens:
Didn't find the answer to your question?
Feel free to ask it at
mail_outline support@bukza.com