This topic has 2 replies, 2 voices, and was last updated 2 minutes ago ago by Luca Rossi
Hello, on the checkout page the tax appeared is wrong although it is set correctly on wordpress.
Can you send me css to hide it? You can see also the screenshot attached. Thanks in advance
Hi @Konstantinos,
Please try adding the following custom CSS codes under XStore > Theme Options > Theme Custom CSS > Global CSS:
tr.order-total small.includes_tax {
display: none !important;
}
Hope it helps!
You must be logged in to reply to this topic.Log in/Sign up