remove customer account dashboard
-
hey we want to have the wishlist function but don’t want this sidebar to appear with addresses, account details, orders etc, as customers will not be able to buy directly from our site.
How do we remove this function / sidbear.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
body.page-id-60 .wd-my-account-sidebar {
display: none;
}
body.page-id-60 .woocommerce-MyAccount-content {
flex: 1 0 100%;
max-width: 100%;
width: 100%;
}
Please replace 60 with the wishlist page ID on your site.
Best Regards
Thank you very much, this has already worked! Many thanks for the quick response.
Most Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘remove customer account dashboard’ is closed to new replies.