Cloze: Bold text

Hi there,
concerning the “cloze mode”: Is it possible that the results/answer (usually presented in blue and bold letters) is shown the way you create it? I mean in “normal letters”, not bold.
Thank you very much!

In the Add window or Browser, click the button Cards... to open the template editor for your current notetype and switch to Styling. There, you’ll find the following CSS definition for cloze text:

.cloze {
 font-weight: bold; /*<- remove this line */
 color: blue;
}

Remove the line for font-weight and hit Save to give your clozes the same weight as the rest of the text.

3 Likes

Perfect - thank you very much! That solved the problem

1 Like