Its possible to hide menu on my account?
-
Hello good day. Is it possible to hide the side menu on my account’s mobile, as explained in the attached photo?
Best regards:
Hugo Dias
Attachments:
You must be
logged in to view attached files.
Hello,
Of course, it’s possible with the help of the custom CSS code, enter the below code to the “Custom CSS for mobile” area that is situated in Theme Settings -> Custom CSS.
.woocommerce-my-account-wrapper .wd-my-account-sidebar {
display: none;
}
If you ever want to discuss things further, we’re here for you.
Kind Regards
Thanks for the help, the code worked. But when I click on the menu with the icons and open some function the menu disappears. Attached are some pictures of the problem.
Best regards:
Hugo Dias
Attachments:
You must be
logged in to view attached files.
Hello,
The below code should work as you want, replace the old code in the “Custom CSS for mobile” area with this one.
.wd-my-account-sidebar {
display: none;
}
.woocommerce-orders .wd-my-account-sidebar,
.woocommerce-downloads .wd-my-account-sidebar,
.woocommerce-edit-address .wd-my-account-sidebar,
.woocommerce-edit-account .wd-my-account-sidebar,
.page-id-60 .wd-my-account-sidebar {
display: block;
}
In case you need any additional help, I’d be more than happy to assist you.
Kind Regards
Thanks for the answer!
That’s not what I intended, I want to remove the sidebar menu on the mobile and just leave the dashboard icons menu as in the photo below.
Best regards:
Hugo Dias
Attachments:
You must be
logged in to view attached files.
Hello,
Unfortunately, there’s currently no way to replace the sidebar menu with the icons menu. We appreciate you taking the time to let us know what you’re looking for most of the improvements we make come from ideas and suggestions like yours, so thank you, and have a good day!
Kind Regards
Thank you for your reply. You may close this ticket.
Best Regards
Hugo Dias
Always remember that you can reach out to us with any questions you may have.
We wish you a splendid day!
Kind Regards
The topic ‘Its possible to hide menu on my account?’ is closed to new replies.