Archived topic
Remove including tax
7 replies · Started by Caroline on September 29, 2018
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.
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.
Hi there
sorry, i updated the code above tom remove it from the Cart and Checkout table.
The menu item i believe is being covered on this topic? https://generatepress.com/forums/topic/change-cart-menu-and-breadcrumb/#post-687938
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