Home Forums WoodMart support forum Remove 'My Account' menu option

Remove 'My Account' menu option

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #116631

    tomclayson
    Participant

    How can I remove the ‘My Account’ menu option? It only appears in the mobile menu.

    Attachments:
    You must be logged in to view attached files.
    #116665

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .site-mobile-menu li.menu-item-my-account {
        display: none;
    }

    Best Regards

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