how to remove or edit powered by rocket chat in user login page
Solved
Rocket.Chat
-
wrote on Apr 6, 2021, 10:45 AM last edited by
HI dude
could you help me to remove or edit powered by rocketchat in the user login page?
How to do it?
thanks -
HI dude
could you help me to remove or edit powered by rocketchat in the user login page?
How to do it?
thankswrote on Apr 6, 2021, 1:35 PM last edited by@blaise you can do this using Custom CSS
Go to yourrockchaturl.com/admin/Layout then to Custom CSS and add this:
.powered-by { display: none; }
That'll get rid of that.
-
wrote on Apr 6, 2021, 4:25 PM last edited by
Davies you are a great asset for this community.
thanks -
@blaise you can do this using Custom CSS
Go to yourrockchaturl.com/admin/Layout then to Custom CSS and add this:
.powered-by { display: none; }
That'll get rid of that.
wrote on Aug 13, 2022, 3:11 PM last edited by@jdaviescoates Thanks