Remove tax included and shipping at checkout

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

1 Like

@dawgminded

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

.product__policies.rte {
    display: none;
}

Hope this works.

Thanks!

1 Like

That worked wonders. Thank you!

1 Like