Is there a way to add a background to this portion of Anki?
Thanks!
Should be possible with CSS. Try this:
background-color: #f026cb;
Or, if you want an image, try this:
background-image: url("example.png");
1 Like
I’ll leave it for now but thanks anyway!