BuddyBoss Home – Web Support Forums Themes Boss. theme Remove Profile Tabs

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

    #68602
    @gregcatmull

    Hi,

    could you tell me if its possible to remove the ‘Wall’ and ‘Followers’ tab from the profile page?

    if there is any coding i can add? if so could you tell me where i add this code too.

    thank you in advance

    Greg

    Answers

    #68695
    @anve

    Hi @gregcatmull,

    Please try adding following css in child theme’s custom css option.

    
    .xprofile #buddypress #item-nav #activity-personal-li, .xprofile #buddypress #item-nav #members-followers-personal-li {
      display: none !important;
    }
    .xprofile #mobile-item-nav-wrap #mobile-item-nav #activity-personal-li, .xprofile #mobile-item-nav-wrap #mobile-item-nav #members-followers-personal-li {
      display: none !important;
    }
    

    Regards
    Anve

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Remove Profile Tabs’ is closed to new replies.