Home › Forums › WoodMart support forum › My account page hide left selection. › Reply To: My account page hide left selection.
January 19, 2021 at 8:04 pm
#259840
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woodmart-my-account-sidebar{
display:none;
}
.woocommerce-MyAccount-content {
flex: 1 0 100%;
max-width: 100%;
width: 100%;
}
Best Regards