Changes to the template of AnKingOverhaul (AnKing / AnKingMed) - what I can and can't do

Hello!

I’d like to change some aspects of the AnKing note that are outside of the

################ USER CUSTOMIZATION ################

section of the card. For one example, I’d like my extra field to have a different font style and size:

image

I was wondering how okay it is to make changes to portions of the card template that are outside of the user customization section.

Thank you so much!

Your changes could get overwritten after syncing with AnkiHub. You should instead put your modifications under the “ANKIHUB_END” line. For example:

#extra {
  font-style: bold;
  font-size: 1.2rem;
}

Cool, that’s what I’ll do. Thanks!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.