-3

I want to change css, Rocket.chat Installed on (Ubuntu_Docker _ AWS) (/home/ubuntu/Rocket.chat)

I already tried to make changes in packages, Rocket.Chat/packages/rocketchat-theme in all CSS files with filezilla but it does not work any result ??!!

for example i want change blue by red in CSS File https://demo.rocket.chat/home

Thanks :)

MedBou
  • 25
  • 2
  • 7
  • You're new so I'll give you some feedback. I'm not sure anyone can help you with the way you're describing your problem. You really need to read the guidelines for asking questions http://stackoverflow.com/help/how-to-ask – Bernard Sep 06 '16 at 10:51
  • @Alkaline thanks 4 your roteur i edited it – MedBou Sep 06 '16 at 11:41

1 Answers1

1

You can go to your Rocket.Chat instance's Administration panel, then go to submenu Layout and expand the Colors panel. There are quite a few pre-defined colors you can change:

Marcelo Schmidt
  • 609
  • 4
  • 15
  • Thanks so much but me i want change in CSS file – MedBou Sep 06 '16 at 13:41
  • Then you should describe exactly what you tried to do and what errors you got. There's no way anyone will be able to help you if you don't provide complete details. Which files have you changed? How are you running the project? What errors show up in console? – Marcelo Schmidt Sep 06 '16 at 16:16
  • I want to know just where the css file – MedBou Sep 07 '16 at 09:33
  • rocket.chat uses meteor packages to define ui and themes, then exposes the ability to edit some elements through the administration UI. I believe [rocketchat-theme](https://github.com/RocketChat/Rocket.Chat/tree/develop/packages/rocketchat-theme) would be a package that might be relevant -- but editing that means that you need to create a new _build_ of rocket.chat and deploy that build. – Joel Kleier Dec 19 '16 at 15:21
  • also, in the latest builds there is a "Custom CSS" section in the administration panel under 'Layout' that you can use. – Joel Kleier Dec 19 '16 at 15:22