How to hide the "Log out" link
If you are using an API Access user to log users into your account and embedding the login credentials in the url then you may want to hide the "Log out" url so that your users cannot logout of ScreenSteps Live. Here is how to do it.
Edit the custom css for your space and add this line:
li.logout { display: none; }
If you are using the Legacy template then use this CSS:
div#ScreenStepsSidebar ul.navigation { display: none; }
Add your comment