Transparent Chat window

hey guys i want to make the chat window of the new fx server transparent. what do i need to change in the chat/index.css? or where can i find the file that i need to edit?

2 Likes

I think it’s in the default config JavaScript file (it’s called something like default-config.js).

1 Like

Make a copy of the file called default-config.js, rename the now copied file to config.js, edit it in notepad/notepad++, and change the line that says background: 'rgba(52, 73, 94, 0.7)', to background: 'rgba(52, 73, 94, 0.0)',

13 Likes

How do I move the chat window to the right side of the screen?

1 Like

in the css I believe

3 Likes

In the resources\[system]\chat\html\index.css file, modify line 35 from:

  left: 15px;

to:

  right: 15px;
5 Likes

how do i add coustom Font?

1 Like

Thank you, means alot that people care to help.

1 Like
#app {
  font-family: 'Lato', Helvetica, Arial, sans-serif;

You change the font-family. It can be found on Line 26

and thats it i just change that? or do i have to add the font font?

dont i have to add the actual font somewhere else?

Do you have Discord? If so, add me ‘ZINKS123£1042’

i need the 4 numbers

1 Like

Zeb#3037 here add me

There you go. I have added you.

1 Like

Where do we find default-config.js in the fivem server folder?

fx-server-data/resources/[system]/chat/html index.css