No need for another topic. The more use cases people share, the more likely a feature request is to be considered. Having them all in one topic makes it easier to track and helps build a stronger argument.
4 Likes
The CSS changed on a recent update and the stats are suddenly visible again. I just noticed it tonight.
If anyone is looking to re-hide it, this should work for now:
.about__activities,
.about__stats,
.about__right-side h3:nth-last-of-type(1) {
display: none !important;
}
I don’t mind if that info is printed to the page and hidden with CSS but it would be good to have a way to easily disable it that isn’t likely to break when page is redesigned again.
2 Likes
3 posts were split to a new topic: My site is being flooded with password reset requests
Even if you hide the section.about.stats from the page source, the site/statistics.json still shows the stats.
2 Likes