• Resolved rpwallace

    (@rpwallace)


    Hello,

    I would like to remove the “My Account” and “0 items – 0.00” from my primary menu as I’m currently using affiliate links for products, and am not using this functionality. I would just like to hide them without removing the entire menu. They appeared automatically after activating Woo Commerce. I cannot find how to remove them from the WooCommerce plugin, nor my theme (Schema – mythemeshop).

    If the solution requires adding code, I would greatly appreciate specific instruction, as I am clueless on coding

    Thanks so much

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you go to:
    Dashboard > Appearance > Menus, you should be able to find the My Account menu item there. It will have been added by a WooCommerce activation routine. Just delete the item from the menu and Save.

    The cart count and cost is usually a theme option and can be turned off in theme settings. It looks like you have a premium theme and these are not available to this forum members. If you can’t find it in theme settings or theme documentation, consider asking your theme vendor’s support service.

    Thread Starter rpwallace

    (@rpwallace)

    This required code. If you find yourself in a similar situation as me, here was the resolution:

    WP Dashboard >> Appearance >> Theme Options >> Styling >> Custom CSS

    Paste:

    .mts-cart {
    display: none;
    }

    Thank you it worked;)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing Default “My Account” and Cart Menu Items’ is closed to new replies.