HIDE WOOCOMMERCE ICON FROM DIVI HEADER
When using WooCommerce, a little shopping cart icon will appear in your Divi Header menu (either in the main header or in the secondary navigation bar if you have one).
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 using Divi Booster
My Divi Booster plugin 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“