At the time I wrote this the statistics in the right sidebar are not wrapped in a single class, so I had to hide the <h3> header with last-child. I’m not sure how fragile that might be.
Thanks to @Richie and the Grey Arrows Drone Club for paying to develop this theme component and it’s continued maintenance for the first year.
Not to those in the know, and especially, those who know more than I do! It’s rare that I get anything done without asking for help here, even if I’m the one who ends up providing it.
Cool – I approached this with nth-of-type rather than last-child. For anyone wanting to suppress the new stats without restoring old stats, a little CSS clip over here (currently) works:
I copied over the latest stuff from discourse-theme-skeleton and fixed the linting errors. I did not test to see that it works, largely because I don’t really know what the old Classic Statistics are supposed to look like.
Good to know! (Ah, but I’m not an admin right now, so I’ll have to take your word!) You can see if the changes I just made make it any better or worse.