Support » Plugins » Woocommerce remove cart from nav

  • Hi everyone.

    I am building a website for a retail client. The site is currently located here. It is built on the WPsold theme (love this theme).

    We are using the woocommerce plugin, paired with the WooCommerce Catalog Visibility Options extension plugin, to create an online catalog for him. While the plugin extension does a beautiful job or removing the cart functionality elsewhere, the cart is still showing up on the navigation menu.

    I need to remove the cart from appearing on the nav menu. There is no option for removal in the standard wordpress appearance-menus area.

    Using firebug, I have determined that the cart is being displayed using the following:

    <li class="pk_option_item">
    <a class="mini-cart-button" href="">
    <span>
    0 items –
    <span class="amount">$0</span>

    I’m trying to figure out how and where to remove this in the editor.

  • The topic ‘Woocommerce remove cart from nav’ is closed to new replies.