@jpc-solutions
11 years, 9 months ago
I have a wordpress/buddypress page at http://jpcsolutions.com/portfolio/azeverything4 and under my “Newest Members” and “Most Active Groups” widgets, I have these little tags that say “registered 1 day, 17 hours ago“.
I would love to know how to remove these.
Ideas?
@mercime
@jpc-solutions easiest way is to “hide” it by adding the following to your theme’s style.css file: div.item-meta span.activity { display: none; }