Home Forums WoodMart support forum How to hide account sidebar from wishlist page Reply To: How to hide account sidebar from wishlist page

#153121

gilbery007
Participant

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%;
}