This topic has 2 replies, 2 voices, and was last updated 6 years by Kieran_SQ.

  • Author
  • #189102
     dcvelco
    Participant

    Hey.  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.

    #189103
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #189104
     Kieran_SQ
    Moderator

    If 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 solution

    If 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.

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?