Dear forum,
I would like to remove the text ‘Verzendkosten worden berekend bij de checkout’ underneath the product title/price. The website link is https://turkesteron.nl.
Dear forum,
I would like to remove the text ‘Verzendkosten worden berekend bij de checkout’ underneath the product title/price. The website link is https://turkesteron.nl.
Hi @RandyVDN ,
Which theme do you use?
If it is Dawn theme, just follow the steps below:
.product__tax {
display: none;
margin-top: -1.4rem;
}
PS: please use [email removed] to mention me because I turn off email notifications.
@Zworthkey Unfortunately this did not work. It still shows the same, even after deleting all possible variations.
@GavinChan It did not work unfortunately. I am using Dawn 2.0 I think.
.product__tax.caption.rte {
display: none !important;
}
@RandyVDN
Add this code in the section-main-product.css
@Zworthkey Thank you, but it also does not work.
Where you have added the code. Show me screen Shot.
@RandyVDN
Add the code in the base.css as well
It works now! The only problem it removed all of the text. While I actually wanted it to change from:
VAT is included and shipping costs are calculated at checkout.
to
VAT and free shipping included.
Kind regards,