Hide WooCommerce Icon from Divi Header

Written by Dan Mossop

When using WooCommerce, a little shopping cart icon will appear in your Divi theme's Header menu (either in the main header or in the secondary navigation bar if you have one).

Hide the Cart Icon using Divi Booster

Divi Booster includes an option to hide the WooCommerce cart icon from the header.

You'll find the option on the Divi Booster settings page, at:

"Plugins > WooCommerce > Remove WooCommerce cart icon from header" 

Hide the Cart Icon using CSS

If you'd like to get rid of it, you can use the following CSS:

.et-cart-info { display:none !important; }

Hide the Cart Icon from logged out users

If you want to hide the cart icon from logged out users (so that only logged in users see it), you can use this CSS instead:

body:not(.logged-in) .et-cart-info { display:none !important; }

Hide the Cart Icon on desktop only

If you want to hide the cart icon on desktop, but keep it showing on mobile / tablet, use this CSS:

@media only screen and (min-width: 981px) {
   .et-cart-info { 
        display:none !important; 
   }
}

Hide the Cart Icon using Hide Woo Elements

You can also hide the cart icon using the Hide Woo Elements plugin. Its option for hiding the cart icon can be found from the WP dashboard at:

"WooCommerce > Hide Woo Elements > Hide Elegant Themes header cart?"

Streamline Your Divi Experience with Divi Booster

Divi Booster enhances your Divi theme with dozens of new options, including the ability to effortlessly hide elements like the WooCommerce cart icon in your header. Maximize your site's customization and user experience with ease.

About Dan Mossop

Dan is a Scottish-born web developer, now living in Brisbane with his wife and son. He has been sharing tips and helping users with Divi since 2014. He created Divi Booster, the first Divi plugin, and continues to develop it along with 20+ other Divi plugins. Dan has a PhD in Computer Science, a background in web security and likes a lot of stuff, 

50 Comments

  1. Wouldn't it be great if the cart only appeared when something was in it? :P

    Reply
  2. is it possible to remove the woo icon only from the desktop version..and to stay in place on the tablet and mobile version ??

    Reply
    • Hi Petar,

      You should be able to do it with:

      @media only screen and (min-width: 981px) {
         .et-cart-info { 
              display:none !important; 
         }
      }
      

      Hope it helps, but let me know if not!

      Reply
  3. Hi,

    I want to hide the cart icon only for the logged out users in my Divi theme
    How can i do this Please help me
    Thanks.

    Reply
    • Hi Mindstuff, I've just added code to the post for hiding the cart icon from logged out users. Hope it helps!

      Reply
      • Hi Dan,
        Thank you So much you helped me a lot :)

        Reply
        • Glad I could, Mindstuff. Thanks! :)

          Reply
  4. Very Helpful and Informative post.

    Reply
  5. thank you this is the only code that works for this problem!

    Reply
    • Glad it helped, Caroline. Thanks!

      Reply
  6. simple & awesome. thank you

    Reply
    • You're welcome, Erez :)

      Reply
    • Okay, great! Thanks for letting me know Christopher!

      Reply
  7. I used this option and it worked great. Client changed their mind and wants the cart icon back in. When I removed option, the cart icon now appears on the left side of the menu. No CSS I try puts it back in its original position.

    Reply

Submit a Comment

Comments are manually moderated and approved at the time they are answered. A preview is shown while pending but may disappear if your are cookies cleared - don't worry though, the comment is still in the queue.

Your email address will not be published. Required fields are marked *.

We may earn a commission when you visit links on our website.

Latest From Divi Booster

Enable Automatic Looping for YouTube Videos in the Divi Video Module

Enabling automatic looping for YouTube videos in your Divi video module ensures that content plays seamlessly and continuously without interruption. This feature can enhance user engagement, highlight key information, or create dynamic visual effects on your website....

Hide Video Controls in Divi Video Module

Disabling YouTube video controls in the Divi Video Module helps create a seamless, distraction-free viewing experience for your site visitors. This approach is useful when you want full control over how your video content appears and is interacted with on the page, or...

Mute YouTube Videos by Default in the Divi Video Module

In the Divi Video Module, starting your YouTube videos muted by default can create a more user-friendly browsing experience on your webpage. It is particularly beneficial for reducing distractions, enhancing visitor engagement, and providing a seamless content preview...

Autoplay Videos in Divi Video Module

Enabling videos in your Divi video module to start playing automatically can enhance both the site's design and user engagement. To ensure full compatibility with browser requirements, such as Chrome's autoplay policy, it's often necessary to start your videos muted...

How to Add the Post Status in Divi's Dynamic Content

Divi's Dynamic Content feature is great for enhancing your post/page templates with post-specific information. While Divi includes an option to show information such as the Post Created Date using Dynamic Content, there is no equivalent option for the Post Status....

Random Divi Posts