CSS Question: How would I hide all player ELO?
Posted: 27 January 2024, 09:58
Hey! Just looking for a way to hide all player elo in the CSS. Tried playing around with it for a while but couldn't figure it out at all! Thanks!
Code: Select all
.player_elo_wrap {
display: none !important;
}