Home Forums WoodMart support forum How can I remove elements from My Account menu item and my account page?

How can I remove elements from My Account menu item and my account page?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #498140

    thiago
    Participant

    Hey guys,

    How can I remove elements from My Account dropdown and from My Account page?
    I’ve uploaded an image to exemplify.

    Cheers,
    TP

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

    Hello,

    You can find the option in Woocommerce > Settings > Advanced, then scroll to the bottom and clear the fields you want to hide.

    If you have any questions please feel free to contact us.

    Best Regards

    #498202

    thiago
    Participant

    Hey Elise,

    Thank you for teaching me 🙂
    Is it possible to remove the left side panel and to make the location buttons the same height and the others in the panel with CSS (screenshot attached)?

    Cheers,
    TP

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

    Hello,

    Try to add the following code in Theme Settings > Custom CSS > Global Custom CSS:

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

    Best Regards.

    #498400

    thiago
    Participant

    Hey Elise, happy Friday!

    Perfect! Thank you so much!

    Cheers and have an amazing weekend.
    TP

    #498747

    You are welcome!

    Wish you a wonderful day!

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

The topic ‘How can I remove elements from My Account menu item and my account page?’ is closed to new replies.