BuddyBoss Home – Web Support Forums Themes Boss. theme hide bp tab counter

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #48882
    @surfbuddy

    Hi all, how can I hide the counts in the bp profile tabs under the cover photo, but not hide the counts in the profile menu dropdown? The code below hides it for both.

    .header-account-login .pop #dashboard-links .menupop a span, .header-account-login .pop ul > li > .ab-sub-wrapper > ul li a span, #buddypress div#item-nav .item-list-tabs ul li a span{
      display:none;
    }

    Answers

    #48889

    Anonymous
    @

    Hi @surfbuddy
    You can use following codes

    
    #buddypress div#item-nav .item-list-tabs ul li a span{
      display:none;
    }
    

    Regards
    Varun Dubey

    #49107
    @surfbuddy

    Perfect. Thank you Varun!

    #49114

    Anonymous
    @

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘hide bp tab counter’ is closed to new replies.