Useful Code Snippets
Helpful code snippets to be used for certain scenarios
Hide My Account link in Nav
<!-- HIDE Account link in Nav and content on all account pages -->
<style>
a[href="/account"], .my-account {
display:none !important;
}
</style>Hide Billing & orders
<style>
/* Hide Billing and orders on account menu tab */
.my-account__menu li:nth-child(n+5){display:none;}
</style>Hide Subscriptions Section on the Billing Page
Hide Delete Credit Card Button on the Billing Page
Always hide the progress bar
Hide Quiz Instructions
Hide Header on Reviews Page
Last updated