Chat Box Background

How do i remove the Fucking Blue Background on the ChatBox, Someone please help me out

Check the config file of chat resource

Really is simple if you check on forum. Go here:

C:\ServerFolder\cfx-server-data-master\resources[system]\chat\html

you are going to see a file config.default.js, you duplicate the file and you leave them with the name config.js.
Well up here we have in our chat / html
config.js
config.default.js
within the two file you change line 15:

background: ‘rgba (52, 73, 94, 0.7)’,

so that it looks like this

background: ‘rgba (52, 73, 94, 0.0)’,

ready you have your invisible background
Your Welcome :smiley:

2 Likes

Thanks Man, Worked Perfectly :slight_smile:

Does not work for me. You think the changed it into another way to do it?