How can I resize the count badge?
You may adjust font-size, like this: div.da-reactions-container div.reactions div.reaction .count { font-size: 0.3em; } Using the complete hierarchy in selector give the right priority, but event this will have the same effect: .count { font-size: 0.3em !important; } It is important to avoid the !important keyword because it could bring to unexpected results, moreover a Read more about How can I resize the count badge?[…]