SOLVED how to remove or edit powered by rocket chat in user login page
-
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.
-
Davies you are a great asset for this community.
thanks