BuddyBoss Home – Web Support Forums Themes Boss. theme Removing the Activity stream, profile and group privacy options.

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

    #57448
    @gdecuir

    I found the BP plugin “Activity Privacy” that allows me to have control over how the privacy is set for posting on the activity, profile and group pages. It works great because it allows me to configure a default setting and remove options like “everyone” or “logged in user”. However I now need to remove the option that comes with the Buddy Boss theme. See attached image. There is a conflict having both of them.

    Answers

    #58666

    Anonymous
    @

    Hi @gdecuir, Please add this css code inside your boss theme’s custom css option to hide boss Select option.

    
    #buddypress #whats-new-post-in-box .buddyboss-select {
        display: none !important;
    }
    

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Removing the Activity stream, profile and group privacy options.’ is closed to new replies.