Page 1 of 1

Hidding the settings block via custom CSS

Posted: 06 March 2025, 14:13
by vogella
For replaying old Gaia games, I would like to hide the settings block (and messages about how old the recording is). The most important part for me in replaying a game is to see that actions of the players and not the settings or message block.

I tried to add the following to my custom CSS in https://boardgamearena.com/preferences?section=advanced

Code: Select all

.gpj-options, #gpj-options, #howto_tutorial {
    display: none;
}
But this seem not to work. Any suggestions how effectively hide these block?

Re: Hidding the settings block via custom CSS

Posted: 10 March 2025, 16:19
by Mogri
That would do it, but I'm guessing replays don't apply your custom CSS.

Re: Hidding the settings block via custom CSS

Posted: 19 March 2025, 18:33
by vogella
Thanks Morgi. Using a chrome browser extension did the trick (https://chromewebstore.google.com/detai ... bnjmaiflfe).