• I just installed WooCommerce on my site. It adds “$0.00 0 items” to my nav bar. How do I remove this? My theme is Stout and I also have the Primer theme installed but not activated. Thank you!

    The page I need help with: [log in to see the link]

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

    Thank you for reaching out.

    You can remove this extra menu item by adding a bit of CSS code in your Customizer (Appearance->Customizer->Additional CSS):

    .main-navigation .primer-wc-cart-menu
    {
        margin-left: -150%;
    }

    This is only a patch and it will move the Cart menu item to the invisible part of the website. For a better solution, you would have to deactivate the WooCommerce plugin.

    Let me know if this worked for you.

    Best Regards,
    Pavle

Viewing 1 replies (of 1 total)
  • The topic ‘remove cart from nav bar’ is closed to new replies.