Entire Deck Font White

Without going to each card individually, I am trying to apply a font color to the entire deck. For some reason, all 300+ cards have a white font with a white background. I just want to edit the entire deck at once to make it black font color. I’m not sure if there is an add-on to do that or a way I’m not doing correctly, any assistance is appreciated.

There are 3 Styling and formatting places that could be coming from.

  1. The styling for your note type, where classes of formatting can be defined overall for all of the cards, or for specific cards, or specific parts of cards.
  2. The card templates themselves call those classes defined in styling, but they can also contain formatting for specific field replacements.
  3. Formatting in the text of a specific note is controlled in the note editor by the editing toolbar. If there’s a lot of that to remove, Find and Replace might be useful. You might need to open the HTML view (click < > above the field) to see it in the field.

The usual and most efficient places to change it are #1 and #2 – but if it is showing up in the Browse window note editor as well, then it’s because of formatting being applied at #3.

Once you figure out what needs to change, if you need more specific help with the HTML or CSS in your templates/Styling, you can post it here – as text (not a screenshot), and in a preformatted-text/code-block – and folks can probably help you with what needs to change.