Home › Forums › WoodMart support forum › Customize my account page › Reply To: Customize my account page
October 24, 2021 at 3:18 pm
#327256
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-my-account-sidebar {
display: none;
}
body .woocommerce-MyAccount-content {
flex: 1 0 100%;
max-width: 100%;
width: 100%;
}
Best Regards