Hi! Is there any way to remove violet dots? It’s annoying af
That’s a placeholder for a typing field when the Android input is used instead of the card one. You can enable the card input by turning “Type answer into the card” on in the Advanced section of AnkiDroid’s settings, or put something like this into your styling tab to hide the dots intstead:
.mobile.android #typeans.typePrompt {
display: none;
}
2 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.