BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Disable display of Group privacy label

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

    #49128
    @palmdoc

    Howdy!

    I wonder if there is an easy way to disable the Group privacy label just below the Group header (i.e. the Public/Private/Hidden label)?

    For example I’d like to remove the label “Hidden Group” here
    img

    Thanks!

    Answers

    #49140

    Anonymous
    @

    Hi @palmdoc, Please add this css codes in your child theme’s Custom.css

    
    #buddypress div#item-header div#item-header-content span.highlight {
        display: none !important;
    }
    

    Regards
    Pallavi

    #49142
    @palmdoc

    Thank you. That worked like magic!

    #49433

    Anonymous
    @

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Disable display of Group privacy label’ is closed to new replies.