How to hide Private files 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 setting >> Custom CSS section

#nav-drawer-container a[data-key=privatefiles] {
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 setting >> Custom CSS section

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