Home Forums Basel support forum hide Tax value Reply To: hide Tax value

#15897

Artem Temos
Keymaster

Hello,

Thank you so much purchasing our theme and contacting our support center.

Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

.cart_totals .includes_tax .amount  {
	display:none;
}

Kind Regards
XTemos Studio