Hello guys i want to hide the tax and the delivery element on the shop site. It should be only visible on the product site.
After i changed something in the custom css, i destroyed the look of the site and i had to reload a backup.
here is the URL : www.werkeleiharz.de/shop/
Comments
.products.grid .product .tax-info {display:none;}
thanks.products.grid .product .shipping-costs-info {display:none;}
.products.grid .product .delivery-time-info {display:none;}