Hi
How can I best hide the woocommerce cart button in the header on certain pages?
many thanks
Peter
Hey envapk2!
When editing your page drag a codeblock element over and add this inside it.
<style type = "text/css">
.cart_dropdown { display: none !important; }
</style>
Regards,
Elliott
Hi Elliott
That’s great, many thanks
Peter