Account page dashboard hide on page
-
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.
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
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
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