I need help changing the color of the chat Please Give me something to look at
What script is that? You just need to go into the web/html folder and go to the *.css data and have a look at the color and then replace it with you own
Assuming that it’s the default chat resource, go to /FXServer/server-data/resources/[system]/chat/html/index.css
. Inside the chat-window
element, edit background-color: rgba(0, 0, 0, 0.2);
to your liking.
Same file, textarea
element.
oh btw I found it working in the Config File
style: {
background: ‘rgba(3, 3, 3, 0.8)’,
width: ‘38vw’,
height: ‘22%’,