Home › Forums › WoodMart support forum › Prices with tax in the right sidebar cart widget › Reply To: Prices with tax in the right sidebar cart widget
December 12, 2017 at 10:27 am
#28502

Artem Temos
Keymaster
Hi,
Strange, we don’t know why the price is changed in the cart widget. Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue
.cart-info .product-tax-on {
display:inline-block!important;
}
.cart-info .product-tax-off {
display:none!important;
}
Regards