Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, you can try below code:

    remove_action( 'woo_nav_after', 'wootique_cart_button', 10);
    remove_action( 'woo_nav_after', 'wootique_checkout_button', 20);
    Statick

    (@statick)

    I found adding this code into the custom CSS worked :

    a.cart-button, a.checkout-link {
       display: none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove shopping cart from my Wootique menu’ is closed to new replies.