how to remove or edit powered by rocket chat in user login page
Solved
Rocket.Chat
-
HI dude
could you help me to remove or edit powered by rocketchat in the user login page?
How to do it?
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.
-
@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.
@jdaviescoates Thanks