How to remove background image?

Forum rules
Please DO NOT POST BUGS on this forum. Please report (and vote) bugs on : https://boardgamearena.com/bugs
Post Reply
User avatar
Tun 1980
Posts: 3
Joined: 03 April 2021, 00:39

How to remove background image?

Post by Tun 1980 »

Hi, does anyone know how to remove background images from score area? And changing fonts color to black? It has to be possible with css code i guess. Thank you.
Attachments
7CE5CFCC-8620-4457-8653-9F894D5126B0.jpeg
7CE5CFCC-8620-4457-8653-9F894D5126B0.jpeg (147.4 KiB) Viewed 1458 times
Llanowor
Posts: 1
Joined: 11 February 2020, 11:51

Re: How to remove background image?

Post by Llanowor »

Hi,

If you're still looking for a solution, this should work.

It doesn't appear to be possible to isolate it to Hardback only but it shouldn't interfere with other games much anyway.

Code: Select all

.player-board,.player-name a,.timeToThink {
background:#ebd5bd!important;
color:#000;
}

.tailwind .panel-ink {
color:#fff;
}
Kindest,
Llan
User avatar
Tun 1980
Posts: 3
Joined: 03 April 2021, 00:39

Re: How to remove background image?

Post by Tun 1980 »

Thank you soooo much! That works. You saved our eyes.
Post Reply

Return to “Hardback”