Tagged: mobile menu, woocommerce
Hi!
I just use woocommerce as a product catalog and turned of all selling settings with the “WooCommerce Catalog Visibility Options”-plugin. Works fine.
But I cannot hide the cart button within header mobile menu and didn’t find a solution in your support forum yet.
Please help me. :-)
Greetings, Stefan
Yes I have a similar problem, although in my case I do use the shopping functions of woo commerce and I even have products on the homepage I really want to get RID of the freaking Cart Icon in the mobile version of the header as it overlaps with my logo and company name. How can I do that ?
Hey!
Please try the following in Quick CSS under Enfold–>General Styling:
.responsive #top .cart_dropdown {
display: none !important;
}
Best regards,
Rikard
Great Job! Works. Thx!