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
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.