Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter alainfauconnet

    (@alainfauconnet)

    *** Hello , I am trying to hide the navigation bar shown in this image (circled in yellow) on on the different possible supports (tablet phone and pc)

    Plugin Support Youzify

    (@kainelabsteam)

    Hello @alainfauconnet

    Thanks for reaching us

    Please try this CSS to hide the filter tab

    #activity-activity-groups-personal-li, #activity-activity-friends-personal-li, #activity-activity-favs-personal-li, #activity-just-me-personal-li, #activity-activity-mentions-personal-li {
       display:none;
    }

    Best Regards, KaineLabs Team.

    Thread Starter alainfauconnet

    (@alainfauconnet)

    it works partly but there is always the bar + the filter selector on the right. Is it possible to remove it via a css filter? thanks in advance

    https://zupimages.net/viewer.php?id=22/47/5l3h.png

    Plugin Support Youzify

    (@kainelabsteam)

    Hello @alainfauconnet

    If you mean you want to hide the navbar completely, you can use this CSS

    .activity.bp-user.my-activity #subnav {
      display: none;
    }

    Best Regards, KaineLabs Team.

    Thread Starter alainfauconnet

    (@alainfauconnet)

    Perfect it works very well on the PC part but on the other hand it does not work on the mobile part. Do you have any idea where the problem could come from?

    Plugin Support Youzify

    (@kainelabsteam)

    Hello,

    Actually, that’s not a problem. The previous CSS I sent you indeed only hide the filter tab, not the dropdown filter. Since you request to hide them completely, I sent you the modified CSS then.

    To hide it on the mobile, you can use this CSS

    .bp-user .youzify-mobile-nav.youzify-inline-mobile-nav {
      display: none;
    }

    Best Regards, KaineLabs Team.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘hide buddypress navbar’ is closed to new replies.