gmail-classic
gmail-classic copied to clipboard
Subject count number. Number between ( ) instead a small font number
Is it possible to change the css to have the subject count number being shown as previously?
Actual Behavior / Situation
Subject count number appears in a small font number
Modification Proposal
Subject count number shown between ( )
Going to need a screenshot to understand which element you're referencing. If the change is true to the original theme, I'll be happy to make that change.
Previously the subject count for similar emails was being displayed like the following
Between ( x )
Currently they removed the ( x ) with a small font. However, at first sight eyes link the number to the sender name, instead associating to the number of emails joined

@mwtdevelop thanks for that. Any chance you can take a full-page screenshot? Or at least a bit larger one. Need that to know exactly where the elements are.
@shellscape
It's class bx0 where x is the number of messages
<span class="bx0">x</span>
It may be faster finding in HTML
Great, thanks! I'll try to get that out in a day or two.