Page 1 of 1
How to remove background image?
Posted: 12 May 2021, 16:44
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.
Re: How to remove background image?
Posted: 30 June 2021, 10:13
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
Re: How to remove background image?
Posted: 22 July 2021, 20:28
by Tun 1980
Thank you soooo much! That works. You saved our eyes.