tax included missing

tax included missing

manan123
Pathfinder
179 1 23

Hii, im using dawn theme but the tax included word is missing as i check my old theme it appear on that please help me to appear on my current theme as well 

 

My website : https://mansaroverfurnishings.com/

manan123_0-1726646009709.png

 

Replies 3 (3)

Rahul_dhiman
Shopify Partner
564 113 110

Hello @manan123 
Go to online store ---------> themes --------------> actions ------> edit code------->base.css ----> line number 210
search this code

.hidden {
display: none !important;
}


and replace with this code

.hidden {
display: inline !important;
}

 result
12.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
manan123
Pathfinder
179 1 23

manan123_0-1726647303473.png

its disturbed my code

manan123
Pathfinder
179 1 23

i found this code in my store & i removed hidden , then its appears but its alignment is not correct can you help me with alignment

manan123_0-1726648134723.png

 

manan123_1-1726648230119.png