Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
WooCommerce
How to remove shopping cart icon on mobile
mooieRDesign
August 2016
in
WooCommerce
Our website is
http://www.thenextwomen.com
The shopping cart does not show on larger screens as I have removed it under 'BeTheme options > Blog, Portfolio & Shop > Shop > Cart | Icon'
For some reason it does on mobile and clicking on it actually opens up one of the menu's.
If you could help me out removing the shopping cart, that would be great.
Comments
Albert
August 2016
Hi,
this is not a shopping cart, but the responsive menu item. To get rid of this menu completely, you need to use the following css:
#Top_bar a.responsive-menu-toggle { display: none !important; }
mooieRDesign
August 2016
That works perfectly. Thank you
Albert
August 2016
You're welcome!
Sign In
or
Register
to comment.
Comments
this is not a shopping cart, but the responsive menu item. To get rid of this menu completely, you need to use the following css: