This depends on the type of import used. Did you import it into a deck (so choosing the templates/layouts) or did you use the automatic import that creates a deck for you (I’m assuming you mean the anki import).
If it is the “Wanki” template from Hine I think it uses a custom input element but that would not work in Kitsun. What you want is to remove the <input>
element in the layout and add {{type-ja:fieldname}}
instead. This will autoamtically create a hiragana input during reviews/lessons/in previews. fieldname
should be the name of the template field that contains the answer (like “Vocabulary”, depends on the templates).
What do you mean exactly? Do you mean the background color? You’d have to look at the classname of the HTML element (probably a <div>
) and adjust the background color in the associated css (styling).
Custom layouts kinda require a basic understanding of HTML/CSS. If it does not work as expected I’d recommend converting the cards to the default Japanese template or looking up HTML/CSS tutorials on the internet (there’s many! ).
I see @hinekidori is also writing a reply, so perhaps they can help you with the finer details of the template/layouts.