Your account expired support, please renew to get your support.

HomePage Forums Themes Support Freshio – Organic & Food Store WordPress Theme How to remove My account from handheld footer?

Topic Resolution: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6623
    vrunda
    Support Expired

    How to remove My account from handheld footer?

    #6624

    Hi there,
    Please add the code to the functions.php file

    
    add_filter( 'freshio_handheld_footer_bar_links', function ( $links ) {
    	unset( $links['my-account'] );
    
    	return $links;
    } );
    

    Hope this help!
    Thanks and have a nice day!

    #6625
    vrunda
    Support Expired

    Yes,this code is apply. Thanks

    #6626

    We glad to hearing that the trouble was resolved!
Let us know if you get any issue, we will give you the best solution to resolve them.
    Don’t forget to vote us 5 stars 

    
Thanks & Regards,

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.