Hiding Elements from the frontend users is very useful because you can show your backend content in a clear and simple way, and you might be worried that by doing this our plugin will delete the element from the site or even change your site structure. Do not worry.
What method does it use to hide elements?
Our plugin uses CSS to hide elements from the frontend, so you can apply the changes safely as no changes will be permanent.
The changes apply to the front end view only, and the original page in the backend will always show all the elements as usual.
The changes are for aesthetic purposes done with CSS, this is not a security feature.