All Posts
Published: February 9, 2023
/*Hide WooCommerce Default Navigation*/
.woocommerce-MyAccount-navigation {
display: none;
}
If you’re interested in utilizing the Cornerstone template for building out an account portal navigation design, you can download it directly from this page. The template serves to provide a solid foundation to kickstart your project and create a user-friendly account portal.
Once you have downloaded the template, you can easily incorporate it into your website’s codebase. The CSS snippet provided with the template will allow you to hide the default navigation menu specifically for WooCommerce account pages. By doing so, you gain the flexibility to customize the navigation design according to your preferences.