@webcomon
Active 4 years, 1 month ago
-
Varun Dubey replied to the topic Solved – Is there a way to hide this metadata info? in the forum How-to & Troubleshooting 4 years, 4 months ago
You can use simple custom CSS to hide them
.buddypress-wrap .groups-list li .item-meta {
display: none;
}