(Need Help) chat

I tried to delete the chatbox by rewriting index.css, and config.default.js
I rewrote:
background-color: rgba(52, 73, 94, 0.7);
to
background-color: rgba(52, 73, 94, 0.0);

When i enter the server, chat message that i connected dont show up. And when i press “T” nothing happens, and i am unable to move, or open Inventory on “F2”. I tried to backup folder chat(i did backup of this file in case i could fuck up something. I did and i replaced it but still didnt work, same problem, i cleared cache, everything… But nothing helps me at all.

Go to [system]/chat/html and duplicate config.default.js and rename the new file config.js.
Then edit line #15 to something like

background: 'rgba(52, 73, 94, 0.0)',