How to change player names and ID's in scoreboard to white

I have noticed the scoreboard has different names and id’s in different colours. How would I go about setting this to one specific colour, would this be in styles.css?

Nevermind I figured it out.

1 Like

please do tell everyone how you did it, so that the next person seeking to do the same thing doesn’t have to ask again :slight_smile:

No problem just go into the scoreboard.lua and edit color: rgba to a specific colour of your chosing xD

How can i change the background on the scoreboard

For the top

Go to

tr.heading {
background-color: #43A047;
color: rgba(255, 255, 255, 0.9);
}

and change the hash colour to a colour of your choosing.

background-color: #43A047;

for the bottom background

#wrap {
width: 500px;
min-height: 185px;
margin-top: 10%;
margin-left: auto;
margin-right: auto;
background-color: #fff;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
color: rgba(255, 255, 255, 0.9);
}

change line

background-color: #fff;

But if i want to change it to like black what should i write

All good i got it to work

But if i want like to change the text style how can i do that

You mean like a different font?

Yeah exactly change that can i do it?

go to font family in the styles.css and change the font to your choosing.

hello a question how can I move the scoreboard the middle?