BuddyBoss Home – Web Support Forums Solutions Social Learner How to Remove Points From Profile Cover Photo?

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

    #43918
    @producia

    Hello,

    I’d like to remove the number of points a user has on their profile cover photo because I’m using another plugin to track my points and only want BadgeOS to manage badges. However I want to keep the number of friends a user has on the profile cover photo.

    Please see attached screenshot…

    Thanks

    Answers

    #43928
    @vapvarun

    Hello @producia,
    Please add to your custom css

    
    #item-statistics .numbers span:first-child {
          display: none;
    }
    

    It will hide the Points

    Regards

    #43937
    @producia

    Thanks! That worked!

    #43998
    @vapvarun

    Thanks @producia, i will close this topic.
    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘How to Remove Points From Profile Cover Photo?’ is closed to new replies.