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
But this seem not to work. Any suggestions how effectively hide these 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;
}