Remove “VAT included where applicable” from product thumbnails
-
Hello
I have used the following CSS to remove “VAT included where applicable” from product thumbnails on my site:
.home .woocommerce-price-suffix,
.archive .woocommerce-price-suffix,
.related.products .woocommerce-price-suffix,
.seller-items .woocommerce-price-suffix,
ul.products .woocommerce-price-suffix {
display: none;
}
This removes “VAT included where applicable” from the product thumbnails on the home page but not the rest of the site (as seen here: https://snipboard.io/cmJsGh.jpg)
How can I fix this?
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-grid-item .woocommerce-price-suffix {
display: none;
}
Best Regards
Most Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Remove “VAT included where applicable” from product thumbnails’ is closed to new replies.