How to hide Dashboard link from the Left Navigation

For Newer version of Edwiser RemUI theme (It will work for version Edwiser RemUI 3.7.5 and above)

You can use this CSS to hide Dashboard Link from the Left Navigation.

Apply this CSS in Edwiser RemUI general settings >> Custom CSS section

#nav-drawer-container a[data-key="myhome"] {
display: none;
}




For Older version of Edwiser RemUI theme (It will work for versions till Edwiser RemUI 3.5.11, Edwiser RemUI 3.6.7 and Edwiser RemUI 3.7.4)

You can use this CSS to hide Dashboard Link from the Left Navigation.

Apply this CSS in Edwiser RemUI general settings >> Custom CSS section

.site-menu .site-menu-item a[data-key="myhome"] {
display: none;
}

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us