Home Forums WoodMart support forum How do I edit my Favorites? Reply To: How do I edit my Favorites?

#567033

Hello,

If you want to disable it. Add the following custom css code in theme settings > custom css. Replace the page ID of your own wishlist page.

body.page-id-118 .wd-my-account-sidebar {
    display: none;
}
body.page-id-118  .woocommerce-MyAccount-content {
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
}

If you want to add something in the sidebar. Navigate to Pages > Edit Wishlist Page > In the Bottom of the page settings configure the sidebar.

Best Regards.