Increasing font size on type-in answer block on MultLine Input Card on AnkiWeb

Is there a way to increase the size of the text that I enter in the text input field on the MultiLine Input Cards - it is so small that it is hard to read! Any help would be appreciated!

If you are asking for help with a specific add-on, it’s best that you post a link to that add-on (unless you’re posting in its official support thread).

1 Like

You can change the font size without coding actually. Be aware, that the whole text inside of the input field will be a bigger size then!

You have to click in the top bar on ‘Tools’ then on ‘Manage Note Types’. Another window should open up.

Then you have to choose the note type you are usually using and click on ‘Fields’ on the right side.
Again another window should open up.
This is where you choose the field you usually use and change the number in the ‘Editing Font’ row.

Don’t forget saving your changes by clicking ‘Save’ in the bottom part of the window!

If this is a specific note type where my proponed solution might not work, please send in the link to the add-on, as already stated by @Danika_Dakika.


I can change the font size using the above method for the question and the answer on the back side BUT the type-in answer box does not change font size as the screen shot shows.

Can you please send the link to the add-on you are using?
There is most likely a way inside of the note type to change something.

You would just have to change the Styling with CSS or add your own for this field.

I am using the Multi-Line Type Answer Box add-on #681236951

Go into the styling section of the note type and insert the following:

textarea 
{
    font-size: 18px;
}

You can obviously change the pixel size to your liking. Just test it a little bit!

1 Like

That completely worked! Thank you so much for your help - been trying to fix this for months!!!

1 Like

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