Comments on 02. Divination [F2U] All Comments Start of Thread Parent

Hello! The easiest way to give the cards a dark background is replacing all instances of "bg-light" with "bg-dark". You can also update the internal borders on the images by replacing all instances of "white" with another colour (either a standard css colour or a hex code)!

If you specifically want black backgrounds that don't change per toyhouse theme, its a bit more indepth: on each tag that contains the "bg-light" class, you will need to both delete "bg-light" AND ensure that it has styles tags containing "background:#000000;" - if it doesn't seem to be working, make sure that its the only "background:#_" element in the style tag, and that you have a semi-colon between each style element!

I hope this helps! I'm glad you like the code :)

TYSM!!! and I'm so sorry for bothering you. I really appreciate you taking the time to explain it to me 💕