Hidding the settings block via custom CSS

Forum rules
Please DO NOT POST BUGS on this forum. Please report (and vote) bugs on : https://boardgamearena.com/bugs
Post Reply
User avatar
vogella
Posts: 23
Joined: 22 October 2021, 06:31

Hidding the settings block via custom CSS

Post 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?
User avatar
Mogri
Posts: 346
Joined: 21 June 2017, 21:15

Re: Hidding the settings block via custom CSS

Post by Mogri »

That would do it, but I'm guessing replays don't apply your custom CSS.
User avatar
vogella
Posts: 23
Joined: 22 October 2021, 06:31

Re: Hidding the settings block via custom CSS

Post by vogella »

Thanks Morgi. Using a chrome browser extension did the trick (https://chromewebstore.google.com/detai ... bnjmaiflfe).
Post Reply

Return to “Gaia Project”