Divi Hide Menu Cart When Empty

Divi Hide Menu Cart When Empty. How To Show The Cart Quantity Count In The Divi Menu Module Tutorial by PeeAye Creative Hiding the Cart Icon and"0 items" When the Cart is Empty Also, if the user interacts with the cart client-side, the page has to be reloaded for the PHP code to work

How To Show Or Hide Different Divi Menu Items Per Device Tutorial by PeeAye Creative
How To Show Or Hide Different Divi Menu Items Per Device Tutorial by PeeAye Creative from www.peeayecreative.com

I'm open to a CSS solution, script, or adding to function.php We are third party developers from Divi.Help providing Free help for Divi community

How To Show Or Hide Different Divi Menu Items Per Device Tutorial by PeeAye Creative

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. .et-cart-info { display:none; } This should do the trick

How To Hide The Shopping Cart In The Divi Menu WPTEKS. 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 The first way of hiding the Woocommerce menu icon is to simply hide it using CSS

4. Default cart and empty cart page Layouts Builder For Divi Plugin YouTube. .et-cart-info { display:none; } This should do the trick /* Hides the Woocommerce cart icon in the menu */ #et-top-navigation .et-cart-info { display: none; }