Solved

Remove tax included and shipping at checkout

dawgminded
Explorer
54 0 18

Hello, I need help removing the 'taxes included. shipping calculated at checkout' removed from the add to cart page. Thank you. 

URL: dawgminded.com 

password: audio

 

removetaxandship.jpg

Accepted Solution (1)

dmwwebartisan
Shopify Partner
12280 2546 3694

This is an accepted solution.

@dawgminded 

Please add the following code at the bottom of your assets/theme.css file.

.product__policies.rte {
    display: none;
}

Hope this works.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 2 (2)

dmwwebartisan
Shopify Partner
12280 2546 3694

This is an accepted solution.

@dawgminded 

Please add the following code at the bottom of your assets/theme.css file.

.product__policies.rte {
    display: none;
}

Hope this works.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
dawgminded
Explorer
54 0 18

That worked wonders. Thank you!