tax included missing

tax included missing

manan123
Pathfinder
182 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
776 149 160

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

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

manan123
Pathfinder
182 1 23

manan123_0-1726647303473.png

its disturbed my code

manan123
Pathfinder
182 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