Hi everyone,
Is there a way to hide these individual elements of the new /about page using some CSS?
Hi everyone,
Is there a way to hide these individual elements of the new /about page using some CSS?
Hello
This will hide the admins, moderators and creation date stats.
.about__stats-item {
&.admins,
&.moderators,
&.site-creation-date {
display: none;
}
}
Beautiful!
Thank you so much @Don