Remove Taxes included

Solved

Remove Taxes included

KevinMalmberg
Tourist
26 0 7

I need to remove the "Taxes included" text on my website.

KevinMalmberg_0-1726229444907.png

 

I'm using the "Dawn" Theme

 

How can I go to solve this issue? Cant seem to find it through the editor?

 

Accepted Solution (1)

websensepro
Shopify Partner
1203 131 152

This is an accepted solution.

@KevinMalmberg 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

 

<style>
.product__tax.caption.rte {
    display: none !important;
}
</style>

websensepro_0-1726229992867.png

 

 

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

Thanks!

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial

View solution in original post

Replies 5 (5)

websensepro
Shopify Partner
1203 131 152

Hi @KevinMalmberg , kindly share your store URL please. Thanks!

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial

Rahul_dhiman
Shopify Partner
536 109 109

Hello @KevinMalmberg 
please provied url of your website with password

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167
KevinMalmberg
Tourist
26 0 7

websensepro
Shopify Partner
1203 131 152

This is an accepted solution.

@KevinMalmberg 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

 

<style>
.product__tax.caption.rte {
    display: none !important;
}
</style>

websensepro_0-1726229992867.png

 

 

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

Thanks!

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial

Rahul_dhiman
Shopify Partner
536 109 109

Go to online store ----> themes ----> actions ----> edit code---->base.css
add this code at the end of the file.

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

result
11.png

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167