How to change 'delivery costs will be calculated at checkout' text?

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.

1 Like

Hi @RandyVDN ,

Which theme do you use?

If it is Dawn theme, just follow the steps below:

  1. Go to Online Theme → edit code → Asset → section-main-product.css
  2. add the following css code snippet to the end of the file
.product__tax {
  display: none;
  margin-top: -1.4rem;
}

PS: please use [email removed] to mention me because I turn off email notifications.

@RandyVDN
Welcome to Shopify Community.

Kindly follow these screenShots.

@RandyVDN

And Save it.

@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.

1 Like

@RandyVDN

.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,

1 Like