Home Forums WoodMart support forum Remove dashboard

Remove dashboard

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #254806

    judy
    Participant

    Hello,
    1-How to Remove Dashboard from WooCommerce My Account Menu

    #254848

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {
    	display: none;
    }

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)