How to Remove Shopping Cart Icon from Divi Menu
NOTE: If you are not sure if Divi is WooCommerce compatible, check my other article on the topic if Divi supports WooCommerce. I have also included some examples of Divi stores that are using WooCommerce into that post.
So the only thing that you need to do to remove it is to add the following code to the custom CSS field your Divi theme options (or your child theme‘s style.css file):
.et-cart-info { display:none; }
This should do the trick. I used this code on one website that I was building for a client.
Also, to hide the shopping cart icon only on a certain page of your website, just add this custom CSS code to the custom CSS field for that particular page. You will find it in the page settings > Advanced > Custom CSS.
For more smart Divi tips like this one, you can subscribe to my newsletter.

WordPress expert. Divi user since 2014. I blog about WordPress and Divi, my favorite WordPress theme. When I’m not working with WordPress or writing an article for this blog, I’m probably learning Italian. You can read more about me here.
Thanks!
Thank you so much :) Finally something that works!
So easy, when you know how (and where!) to put it. Thank you!
Oh thank God, finally something that worked. I’ve spent two hours looking, finally got rid of that icon!