Whatever I try to do, I cannot remove the woocommerce cart from the top of my pages above the header logo. I don't want any top submenu bar at all. Please tell me how.
How do I hide Top submenu cart
4 posts from 4 voices-
Posted 1 year ago #
-
Hey!
Would you like to remove the entire bar or just the cart part?
You can remove the entire bar by adding this to your Quick CSS or your custom.css
#shop_header{display:none;}Best regards,
ChrisPosted 1 year ago # -
Hey there,
I'm trying to do the same thing - I want to hide all shop-related items in the header for now, just showing products. I tried adding the code to the custom.css file, but that didn't work.
Any other ideas?
Thanks!
JanetPosted 10 months ago # -
Hi Janet,
Try use this code instead:
#shop_header { display: none !important; }Hope this helps. :)
Regards,
IsmaelPosted 10 months ago #
Reply
You must log in to post.














