• jackandcarter

    (@jackandcarter)


    Hi all, I was wondering how to remove the shopping cart from the header menu. I do not have any options to disable it in WooCommerce, inside the theme editor, or in appearance settings anywhere. There is no custom menu made, and I know it wasn’t always there before. I am mirroring my Gumroad checkout with WooCommerce using the storefront theme. I do not want to disable WooCommerce since it’s needed for all of my SEO as well as being required by google. I see some guides with CSS code, none of them have worked, the dollar amount and basket icons stay in the header no matter what I try. There is no options to remove this in Appearance>Customize>WooCommerce, or header and widget areas. I do not believe this is a WooCommerce thing since disabling WooCommerce doesn’t remove it, I believe it’s in the theme somewhere. Any help on removing this would be greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jackandcarter

    (@jackandcarter)

    I solved it, every other CSS was using rules and wasn’t needed which is probably why it didn’t work. They were trying to remove it instead of hiding it.

    The Following Code added to the theme’s additional CSS worked and will not remove but hide the cart and currency info and retain the search feature:

    .site-header-cart .cart-contents {display:none;}

    Hope this helps people, since I couldn’t find it anywhere else on here searching support forums.

    Hi @jackandcarter

    Thanks for reaching out!

    I’m glad you were able to find a solution to your inquiry here and thanks for sharing it with the community too! 🙂

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove Cart Button and Currency Amount from Header’ is closed to new replies.