Home Forums WoodMart support forum Account page dashboard hide on page

Account page dashboard hide on page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #350124

    silkoutlet
    Participant

    Hi there,
    I have a specific page in the ‘my account’ section that I need the standard menu on mobile to not show as it takes up the entire page, I need it removed or changed on this page so that it doesn’t cover the entire screen, can you check the image attached and please advise how I can do this.
    I just want it on that one page to not show the menu, thanks

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

    Luke Nielsen
    Keymaster

    Hello,

    In your situation will be better to hide the “My account” sidebar by using custom CSS code so paste the below code to the “Custom CSS for mobile” filed in Theme Settings -> Custom CSS.

    .woodmart-my-account-sidebar {
        display: none;
    }

    If you ever want to discuss things further, we’re here for you. Do not hesitate to reach out to us and let us know how we can make things right.

    Kind Regards

    #350183

    silkoutlet
    Participant

    Hi, thanks for your reply, I want to make this for just one page, if you can see please the link below in private. Is that possible? Thanks

    #350193

    Luke Nielsen
    Keymaster

    Of course, so I rewrote the code and now it hides the menu only for the “Subscriptions” page.

    .woocommerce-subscriptions .woodmart-my-account-sidebar {
        display: none;
    }

    If there’s anything else we can do, please get in touch.

    Kind Regards

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