Hello,
It is possible to change the Color of the Font of differents fields that I have in a card?. I mean the color of the tittle of THAT field, not the color of the text inside de field.
Everytime I add a new field It appeares with an anoying blue color that I would like to change.
Thanks you.
If you know HTML and CSS, then you can change here
Example
.card {
font-family: arial;
font-size: 20px;
text-align: center;
color: black;
background-color: white;
}
Alternatively, you can use AnKing Note Types (Easy Customization) to import a note type, and then you can change the colors in this card
Se vc sabe CSS e HTML, então mude aqui (primeiro e segundo link)…
Alternativamente, da para usar essa extensão para importar uma nota modificada que permite alterações em uma interface simples
Thank you for your answer but,
If you use this code, you will change the color of the text inside the field and I want to change the color of the field (I don´t know if I am explaining propertly) I want to change the “blue words” witch are the field tittle
This card is Cloze right? (OmissĂŁo de palavras)
the blue you see it is specified in color
on .cloze
and .nightMode .cloze
.card {
font-family: arial;
font-size: 20px;
text-align: center;
color: black;
background-color: white;
}
.cloze {
font-weight: bold;
color: blue; (Change me)
}
.nightMode .cloze {
color: lightblue; (Change me if night/dark mode)
}
Actually is a “Basic Card” modified by me.
There you can watch what I have done.
The fact that I do not use a Cloze is because it was giving me problems so I “manufactured” one
Screenshot/check Estilo
And if I add what you have give me it actually not change. I think it is because the manual change
Could you share Plantilla del anverso to replicate the same card here
Hint default color is blue, and you can change in Estilo
.hint {
color: #FF0000; (change me, red or hex code for accurate color)
}
You can use Field Styling but you will need to remove {{hint:}}
{{hint:Continente}} → {{Continente}}
{{hint:Mapa}} → {{mapa}}
BRO!! IT WORKSSSS!!!
You are the best “Olé Tú”
I am so so so grateful to you!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.