-
Author
-
February 18, 2018 at 23:29 #189102
dcvelco
ParticipantHey. Been loving the theme.
Wondering if I’m missing a Theme Option or how to best go about Hiding the “All Members” count from the BuddyPress pages.
As a new site, my numbers are low… and there’s a discrepancy between site confirmed members and the count displayed. It’s not needed and would like to just hide it.
Thanks much.
February 18, 2018 at 23:36 #189103Kieran_SQ
ModeratorHi,
It looks like your site is in installation mode.
You can use the below CSS to hide the total members count from the ‘All Members’ tab on the members page.
.buddypress #members-all span {display: none !important;}
You can add this to your KLEO Child theme via WP Admin > Appearance > Editor > KLEO Child > Style.css or via Theme Options > General Settings > Scroll to: ‘Quick CSS’. Make sure to purge your website cache, local cache (Ctrl+F5) and any CDN to see changes on the front-end.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
February 18, 2018 at 23:38 #189104Kieran_SQ
ModeratorIf you would also like to remove the counts that appear above and below the members on the members page please use this CSS
COPY CODE#member-dir-count-top { display: none; } #member-dir-count-bottom { display: none; }
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.