@webcomon
4 years, 4 months ago
Under a group name the following metadata is displayed Private Group Count of members Active 1 day ago My question is there a way to hide this metadata info?
Required info WordPress 5.4.2 BuddyPress – Version 6.1.0 esCanada.org
@vapvarun
You can use simple custom CSS to hide them
.buddypress-wrap .groups-list li .item-meta { display: none; }
Brilliant !!!
It did work 🙂
Thank you for your help!