How can I remove elements from My Account menu item and my account page?
-
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.
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
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.
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.
Hey Elise, happy Friday!
Perfect! Thank you so much!
Cheers and have an amazing weekend.
TP
You are welcome!
Wish you a wonderful day!
The topic ‘How can I remove elements from My Account menu item and my account page?’ is closed to new replies.