Hello,
Iām experiencing an issue where multiple tags are appearing overlayed on the backside of my cards. The tags are stacking and overlapping across the card content, making them difficult to read.
Issue Details
Status: No changes made to cards, I have even reset everything
Affected Area: Back side of cards
Issue Type: Multiple tags (such as #AK_Other, #RAK_Original_Decks, #Bootcamp, #Microbiology, etc.) are visually overlaying and covering the card content
Screenshot: Attached below showing the overlayed tags on a brain lesions medical imaging card
Steps Taken
Made no manual changes to the cards
Performed a full reset of the deck
Issue persists after reset
Question
How can I fix the overlayed tags issue? Is this a rendering bug, or is there a configuration setting that needs to be adjusted?
Search
Found 0 results for ātags:official overlayed tags backside of cards reset category: Support order:latest max_posts:20 status:openā
This is almost certainly a card template / styling issue, not a problem with the tags themselves or with your deck reset.
Those colored, stacked tag bars on AnKing-style cards are normally rendered in a single line at the bottom of the card. When they appear overlayed across the whole card, itās usually because some of the CSS that controls their layout was changed, corrupted, or blocked by an add-on.
1. Temporarily disable add-ons and test
Close Anki.
Reopen Anki while holding Shift to start without add-ons.
Review a few of the affected cards.
If the tags look normal again ā an add-on is interfering with the styling (e.g. something that modifies the reviewer or night mode).
Re-enable add-ons in batches until you find the culprit.
If the issue persists even with add-ons disabled ā move to step 2.
2. Check the card type & template
For one of the affected cards:
Open the Browser (B).
Find the card, select it.
At the top, note the Note type (e.g. āAnKingOverhaulā, āAnKing vXā, etc.).
Click Cards⦠and:
Take a screenshot of the Back Template.
Take a screenshot of the Styling tab (CSS).
Please upload those screenshots in this thread. The problem is likely:
A missing or extra </div> around the tag section, or
CSS for the tag container (e.g. .tag-container, .ankitag, etc.) having position: absolute; / display: block; / incorrect height or line-height so the tags stretch across the card.
With that info we can compare against the official AnKing template and tell you exactly what to restore.
3. Try resetting the note type to the official version
If youāre on an AnKing deck and havenāt intentionally customized templates:
Go to the AnkiHub deck page youāre using (e.g. AnKing Overhaul).
Check the āCard Types / Templatesā section (or related documentation) for the latest template.
In Anki, for the matching note type, use Cards⦠ā Options to restore defaults (if available) or manually paste in the official Back Template and Styling.
If youāre not sure youāre on the current official note type, let me know:
The exact deck name (e.g. āAnKing Step 1 & 2 vXā, āBootcamp vā¦ā).
Your Anki version (Help ā About).
If you can share:
One card template + styling screenshot, and
Confirm whether the issue happens with add-ons disabled,
I can give you a very targeted āpaste this hereā fix for the tag overlay.