how to remove or edit powered by rocket chat in user login page
Solved
Rocket.Chat
-
@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