Home New Guten Forums WoodMart support forum How to Hide Default My Account Menu List

How to Hide Default My Account Menu List

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

    rohangaurat
    Participant

    Hi Team,

    Please help to hide default My Account Dashboard Menu Lists.
    I want only Woodmart dashboard boxed menu list.
    Please check attachments.

    Please help.

    Best Regards

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

    Hello,

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

    .woodmart-my-account-sidebar{
    display:none;
    }
    body .woocommerce-MyAccount-content {
        flex: 1 0 100%;
        max-width: 100%;
        width: 100%;
    }

    Best Regards

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