How to change the background of flash cards on my AnkiAndroid on my phone

I downloaded the AnkiAndroid app on my android phone and I didn’t know how to change the bg colour/bg image of the flash card.

You can change the CSS for the Note Type.

  1. From the hamburger menu on the top left, choose Card browser.
  2. At the top, ensure the drop-down list is pointed to the deck you want.
  3. Tap on one card to see the details of the card.
  4. At the bottom, tap on the grey button “Cards”.
  5. At the bottom, there is a tab menu; choose CSS Styling.
  6. You will see the CSS style for the whole card (.card). Change the CSS attribute “background-color” to the value you want (e.g. #98FF98; gives a mid-green). If the attribute is not there, add it. The change should appear, if you tap on the tick-symbol (US English: check-mark).

I find such changes much easier on the desktop version of Anki, though. :slight_smile:

1 Like

I’ll try it, thanks!