Page 1 of 1
remove the exit button
Posted: Thu Nov 09, 2017 1:05 pm
by CAPL_INFO
Hi,
how can i remove the exit button in the top right corner in atrium?
Thanks
Re: remove the exit button
Posted: Thu Nov 09, 2017 2:52 pm
by Scott Klement
1) Navigate to your IFS under this directory: /www/YOUR-INSTANCE/htdocs/profoundui/userdata/extension/atrium
2) Create a file named exitButton.css
3) In that file, put the following code:
Code: Select all
#Atrium-exitButton {
visibility: hidden;
}
Save your changes. Next time to re-load Atrium (or start a new session) the exit button will not be visible.
Re: remove the exit button
Posted: Fri Nov 10, 2017 4:21 am
by CAPL_INFO
Thanks for your reply