[Solved] Removing Blue Chat Box

Does anyone know how to remove the colored chat box at the top left… I just want it back to transparent… I have tried editing the index.css and taking out the background colors but it just makes the text box white

1 Like

Have you tried using RGBA in background-color ?

It would look something like the code below for a transparent background:

/* white, fully transparent background */
background-color: rgba( 255, 255, 255, 0.0)
3 Likes

Yes, To no avail… Ive set everything to transparent and I still get that blue box… And Im seeing it would cause an issue to use the old chat resource?

You might not need to change the CSS.

Read more here:

3 Likes

Yeah I caught that a bit ago… I’m going to try later when I get back to my tower… it should work that way

1 Like

possible duplicate? I answered this question, or similar, here.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.