Home Forums WoodMart support forum edit account menu

edit account menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #207288

    casillg
    Participant

    How can I edit the menu of “my account” and adapt it to what my client needs such as removing some features etc …?

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

    Hello,

    I saw the screenshot you attached. Unfortunately, there is no option in Theme Settings to edit the my-account page. Because the MyAccount is WooCommerce functionality and our theme doesn’t influence it.

    You can hide the particular item using Custom CSS. To hide the downloads option you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-my-account-links .downloads-link {
    display: none;
    }

    Best Regards.

    #207646

    casillg
    Participant

    hello, thank you very much it worked! And to hide downloads in the drop-down menu as seen in the screenshot?

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

    casillg
    Participant

    also in the left side menu

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

    Hello,

    You are Most Welcome. To remove from the sidebar and dropdown menu add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
    }

    Best Regards.

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