Comments on neigh All Comments

Sorry if this is an annoying question but what css did you use to get the little titles under your characters names here? Like how it says their jobs and stuff https://toyhou.se/neigh/characters/folder:4584581

I'm renewing my premium soon and I'd love to use that for my stories :>

here! i put this on my profile css so it's visible everywhere, but it can also be put on a folder's css if you want it in only specific folders.

the only issue i get is that i have to be careful with characters who have shorter variants of a character's name. i put the shorter variants last in the code to fix that.

.characters-gallery a[href*="CHARACTERNAME"].character-name-badge:after  { content: "TITLE"; font-size:12px; display:block!important; }


Thank you so much!