Page 1 of 1
Will BGA ever change the wooden background?
Posted: 29 January 2022, 03:47
by AlbusMalum
Will they? I'm just curious, nothing wrong with the wooden background.
Re: Will BGA ever change the wooden background?
Posted: 01 February 2022, 08:12
by Bootsiebewts
Certain games have different backgrounds like Number Drop which also offers a dark mode option
Re: Will BGA ever change the wooden background?
Posted: 02 February 2022, 09:15
by voriki
Well, the name is BOARD game arena, the background is a board.
Re: Will BGA ever change the wooden background?
Posted: 17 February 2022, 15:35
by ViolentSilence
I'll be honest, I think a 'table cloth' option would be cool, or the option to change it to a different looking wooden surface, but that's just a minor quibble that some people might enjoy. I know a lot card tables are covered in green felt or baize which might be something for the traditional card games like Hearts or Cribbage to consider
Re: Will BGA ever change the wooden background?
Posted: 02 March 2022, 17:56
by Yorgad
I used custom css to remove it and used a neutral grey since not all games support a dark theme unfortunately.
Go to advanced settings and insert:
You can replace the color with a color of your choice
Or also with an image (provided you have a link to it):
Code: Select all
html { background: url('https://example.com/foo.png'); }
Cheers,
Y.
Re: Will BGA ever change the wooden background?
Posted: 02 May 2022, 20:55
by Goof_
Yorgad wrote: ↑02 March 2022, 17:56
I used custom css to remove it and used a neutral grey since not all games support a dark theme unfortunately.
Go to advanced settings and insert:
You can replace the color with a color of your choice
Or also with an image (provided you have a link to it):
Code: Select all
html { background: url('https://example.com/foo.png'); }
Cheers,
Y.
Which 3 digit thing would be grey?
Re: Will BGA ever change the wooden background?
Posted: 03 May 2022, 21:48
by Yorgad
XxP1NKxX wrote: ↑02 May 2022, 20:55
Which 3 digit thing would be grey?
You can use the following hexadecimal code for grey:
(but actually you could directly use the keyword
grey instead which would work just fine in CSS, or plenty of other variants, such as
lightgrey,
whitesmoke,
gainsboro etc.)
Valuable websites to read from:
https://www.w3schools.com/colors/default.asp
https://www.colourlovers.com/palettes
Cheers,
Y.
Re: Will BGA ever change the wooden background?
Posted: 11 June 2022, 19:00
by OctaTracker
I am trying to change the wooden background to another wood image, but it doesnt work. I am used to work with css but nothing is happening. It flashes by "Application updated but then nothing is happening. is there a class or div tag to use? using html which is stated here in this thread just writes the css code in the top left of the page.
Re: Will BGA ever change the wooden background?
Posted: 11 June 2022, 19:13
by stonebridge
Paste the code you are using so we can take a look. It may just be the link to your image isn't correct.