How to swap the new design with the old one

Forum rules
Please DO NOT POST BUGS on this forum. Please report (and vote) bugs on : https://boardgamearena.com/#!bugs
User avatar
CoreySteel
Posts: 16
Joined: 31 May 2023, 21:59

How to swap the new design with the old one

Post by CoreySteel »

Hey guys,

So, not many know that BGA allows you to use custom CSS for site customization. Using this feature, I’ve swapped the new card design back to the old one and you can do the same if you like. It's not perfect by any means, I couldn't be bothered (yet) to do it pixel-perfect, and I only swapped the cards, nothing else. But still, here's how it looks:

Image

You can find the advanced settings here: https://boardgamearena.com/preferences?section=advanced

If anything goes wrong or if you don't like what you see, you can always just delete what you've put in the CSS box and everything will revert back to normal.

And here's the code to put in:

Code: Select all

.lost-cities-card-front {
    background-color: transparent !important;
    background-image: url("https://i.imgur.com/0UO2pXN.png") !important;
}
Note that I put the old cards design on imgur, so I'm not hosting the file.

edit:

I also added black borders to the numbers in history and changed some colors, so it's easier to see.

Image

Here's a code for this:

Code: Select all

.logicon {
    background-color: #1f1f1e;
    border-radius: 4px;
    padding: 1px 4px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.logicon_value_blue {
    color: #4da6ff !important;
}

.logicon_value_orange {
    color: #d83a40 !important;
}

.logicon_value_purple {
    color: #fefdfe !important;
}
And I also switched the board to the old design. I feel that with the new one, it's hard to see if cards were taken or put on the board.

Image

Code:

Code: Select all

#board_surface {
    background-image: url("https://i.imgur.com/wfF2B5E.jpeg") !important;
}
Last edited by CoreySteel on 16 April 2026, 11:06, edited 3 times in total.
User avatar
Cxithrha
Posts: 3
Joined: 07 September 2023, 22:51

Re: How to swap the new design with the old one

Post by Cxithrha »

Nice find but the url used in the css is invalid
User avatar
CoreySteel
Posts: 16
Joined: 31 May 2023, 21:59

Re: How to swap the new design with the old one

Post by CoreySteel »

Eh, sorry. Fixed :)
shoshie
Posts: 6
Joined: 27 September 2018, 19:52

Re: How to swap the new design with the old one

Post by shoshie »

It worked for me! Thank you so much!!!!! At least now I can see the cards

Sadly I still cannot read some of the numbers and stuff iin the history (I'm visually impaired and putting the colors there means not sufficient contrast for me to be able to distinguish them on the background and/or between the colors that are almost identifcal)
shoshie
Posts: 6
Joined: 27 September 2018, 19:52

Re: How to swap the new design with the old one

Post by shoshie »

Just one question - if one wants to go back after doing the CSS change, can you advise how to get back to the site default?

(Asking in case they fix the graphics in the future)
User avatar
mbjurstrom
Posts: 2
Joined: 14 November 2020, 21:11

Re: How to swap the new design with the old one

Post by mbjurstrom »

shoshie wrote: 15 April 2026, 16:19 Just one question - if one wants to go back after doing the CSS change, can you advise how to get back to the site default?

(Asking in case they fix the graphics in the future)
I assume you just remove the custom css you pasted and it goes back to the default
User avatar
nooooo00
Posts: 1
Joined: 14 November 2025, 06:20

Re: How to swap the new design with the old one

Post by nooooo00 »

Thank you so much!!!!!!😭😭 It works great on tablets as well. I appreciate it a lot
dsoileau
Posts: 1
Joined: 11 May 2024, 17:53

Re: How to swap the new design with the old one

Post by dsoileau »

Thank you!
User avatar
tttiiinnnaaa
Posts: 9
Joined: 08 March 2024, 14:29

Re: How to swap the new design with the old one

Post by tttiiinnnaaa »

Thank you so much. Now i have as much tech knowledge as the average 80 year old so i have to ask; can this be done when playing on a smartphone via the internet/website? I dont use the app, but i use my phone.
User avatar
NlGHTCHEESE
Posts: 2
Joined: 17 July 2022, 21:43

Re: How to swap the new design with the old one

Post by NlGHTCHEESE »

Thank you for this! It helps a lot!
Post Reply

Return to “Lost Cities”