CSS Question: How would I hide all player ELO?

Discussions about BGA (all languages)
Forum rules
Warning: challenging a moderation in Forum = 10 days ban
More info & details about how to challenge a moderation: viewtopic.php?p=119756
Post Reply
User avatar
grayjaket
Posts: 9
Joined: 29 June 2020, 03:27

CSS Question: How would I hide all player ELO?

Post by grayjaket »

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!
User avatar
xiongmao1298
Posts: 46
Joined: 08 December 2020, 20:29

Re: CSS Question: How would I hide all player ELO?

Post by xiongmao1298 »

If it's inside games, something like this should work most of the time?

Code: Select all

.player_elo_wrap {
   display: none !important;
}
User avatar
grayjaket
Posts: 9
Joined: 29 June 2020, 03:27

Re: CSS Question: How would I hide all player ELO?

Post by grayjaket »

That's perfect, thanks so much!
Post Reply

Return to “Discussions”