Site logo

Archived topic

Remove including tax

7 replies · Started by Caroline on September 29, 2018

Viewing posts 1–8 of 8

Is there anyway to remove the things I have marked with red but keep the one in green? I see that a page I know using woocommerce and wordpress have it like this.

https://prnt.sc/l03o5w

Hi there

you can try this:

.woocommerce-cart .tax_label, .woocommerce-checkout .tax_label { 
    display: none; 
}

That removes it in the cart page, but not at checkout, and not in navigation.

Thank you that works great on the cart and checkout.
The topic you link to are also mine, and cant figure out how to remove this text from the navigation.

The menu is a bit of an anomaly and something we don't yet know an answer to. If we can keep that to the other topic and if we or you find a solution we can keep it on place.

Glad i could help

That’s fine :-) Thank you again for great support

You're welcome

This archived topic is closed to new replies.