• Hi,

    I am using a child theme for Shopper theme with woocommerce plugin.
    I’ve managed to hide the shopping cart icon form the header, but I just can’t seem to be able to remove my account /login / register.

    It starting to make me insane.

    I’d appreciate any helpful tips on how to get rid of it form my site.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author shopperwp

    (@shopperwp)

    You can remove this actions in site your child theme:

    remove_action( ‘shopper_header’, ‘shopper_header_myacount’,40 );
    remove_action( ‘shopper_header’, ‘shopper_header_cart’, 50 );

    More action you can find inside file: inc/woocommerce/shopper-wc-template-hooks.php

    This didn’t work for me. Any other suggestions, please?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove “My account” icon from header’ is closed to new replies.