Home Forums WoodMart support forum Customize my account page Reply To: Customize my account page

#327256

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