Hello, I installed version 1.5.0 of Apache Guacamole, I wanted to test how complex it is to modify the appearance of the start screen (login) of Apache Guacamole. I managed to add a 3D animation with the three.js library and I intend to continue adding other designs. However, I have a problem, when I log in correctly, the animation and the layout of the login page remain within the connection management interface. Is it possible to separate the login page from the connection management page?
*Maybe after login success , remove the 3D element and date and time text via css or DOM.* [image: guac_login.jpg] After login successfully, 3D element and text for date and time still showing. [image: after_login.jpg] Maybe it can be removed via DOM or using css. This video explain: https://www.youtube.com/watch?v=LoiCtmfltAc Apache Guacamole Costomize Login <https://www.youtube.com/watch?v=LoiCtmfltAc>
