• I’m wondering how I can remove the cart icon from my menu bar? We are not selling anything on the site, just linking to other sites so the cart icon is unnecessary.

    Thanks!

Viewing 1 replies (of 1 total)
  • Hi @blindsided,

    I hope you are well today and thank you for your question.

    You can just hide it by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

    ul.nav.navbar-nav.navbar-right {
      display: none;
    }

    Best Regards,
    Movin

Viewing 1 replies (of 1 total)
  • The topic ‘Woocommerce – Remove cart from menu bar’ is closed to new replies.