How to hide account sidebar from wishlist page
-
Hi,
Is it possible to remove/hide the My Account sidebar from the wishlist page please?
Kind regards,
Paul
Attachments:
You must be
logged in to view attached files.
Hello,
It is not possible to hide the “My Account” sidebar from the wishlist page with the theme options. Actually this page is a part of the WooCommerce account, that is why it is not possible for the wishlist page.
It requires customization and this is beyond our limitations and support policy.
Best Regards.
Hi Aizaz,
Your response yesterday was not very helpful at all. You are able to hide the “My Account” sidebar from the wishlist page for others that may ask the same questions. Below is the CSS code to achieve this.
/*hide my account sidebar from wishlist page*/
.woodmart-my-account-sidebar {
flex: 1 0 25%;
max-width: 25%;
width: 25%;
border-right: 1px solid;
display: none;
}
.woocommerce-MyAccount-content {
flex: 1 0 100%;
max-width: 100%;
width: 100%;
}
Sound’s Good!..
You are the best :-)
Surely it will help other peoples as well, who will look for the same..
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘How to hide account sidebar from wishlist page’ is closed to new replies.