Forums
Forums / Plugin: Woocommerce Catalog / Hide cart icon
(@chusman)
10 years, 7 months ago
Hi, I can’t remove the cart icon from top menu. Is there any way to do it?
I,m using Divi theme.
The project: http://www.juanmorenotrajes.es/web/ Thanks
https://ww.wp.xz.cn/plugins/woocommerce-catalog/
(@pantrif)
This most probably is some setting you need to disable from your theme either a widget/menu item.
(@pctevree)
10 years, 6 months ago
Hi Chusman,
You can add the code below to your Custom Css in DIVI’s Epanel:
/*Remove Cart Icon*/ #top-header .et-cart-info { display: none; } #main-header .et-cart-info { display: none; } .et-cart-info span:before { content: none !important; }
Thanks, it works! 🙂
Glad i could help!
The topic ‘Hide cart icon’ is closed to new replies.