How to remove tax included. shipping calculated at checkout

Solved

How to remove tax included. shipping calculated at checkout

dumbl3d00r
Explorer
60 0 12
Accepted Solution (1)

steve_michael2
Navigator
445 38 61

This is an accepted solution.

Hi @dumbl3d00r ,

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

 

.product__tax.caption.rte {
    display: none !important;
}

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!

 

View solution in original post

Replies 5 (5)

steve_michael2
Navigator
445 38 61

This is an accepted solution.

Hi @dumbl3d00r ,

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

 

.product__tax.caption.rte {
    display: none !important;
}

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!

 

dumbl3d00r
Explorer
60 0 12

where do i add this

steve_michael2
Navigator
445 38 61

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

steve_michael2
Navigator
445 38 61

steve_michael2_4-1733495211662.png

 

f2thak
Excursionist
20 0 3

I need this removed from www.ravencarcovers.com please

 

f2thak_0-1738458548247.png