How to hide Calendar link from the Left Navigation while using Edwiser RemUI theme

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

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

#nav-drawer-container a[data-key="calendar"] {
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)

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

li.site-menu-item a[data-key="calendar"]{
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