Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Theme Customizer › Appearance › How can i hide the market basket icon in home page's top-left
- This topic has 7 replies, 2 voices, and was last updated 5 years, 4 months ago by
Jason.
-
AuthorPosts
-
@themoceratops
- 1 Topics
- 430 Posts
Thank you for the screenshot.
Unfortunately by default there is no option in our theme or plugins to remove the cart icon from your navbar.
However, since this can be resolved with a very small CSS code snippet, I will exceptionally provide you with the code to hide this cart icon. But please understand that this code is only provided as a courtesy and we don’t usually provide code snippets.
.main-navigation .grimlock-woocommerce-navbar_nav_menu { display: none; }
You can add this code snippet on your site by going in Appearance > Customize > Additional CSS from your admin dashboard.
I noticed that you managed to remove the WooCommerce cart by yourself. If you did that by modifying the plugin code, we advise that you revert the code to its original state as your modifications will disappear when you update the plugin. We recommend that you use the above CSS snippet instead because that solution will be more stable and future proof.
Best regards,
November 6, 2019 at 17:17 #8398 -
AuthorPosts
The topic ‘How can i hide the market basket icon in home page's top-left’ is closed to new replies.