Buddypress navigation menu

Home Forums Legacy Support Support queries Styling issues Buddypress navigation menu

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #71003
    jgavilan
    Spectator
    Hi guys, For different purposes we needed to have all the navigation on the top of the web so having a second navigation line such as the buddypress navigation under the cover photo is confusing for our users so we would like to eliminate that navigation line in the user profile, I mean hide it, but when I try to hide it using css it actually hides more navigation lines than wished such as the groups navigation line. My question is: how so I hide the buddypress navigation line on users profile but at the same time show the buddypress nav line on groups. We need the Groups nav line because we are using Batches plugin and if that nav disappears we cannot access all the menu options for groups. This is the code I was using: .elegant #buddypress #item-nav div#object-nav.item-list-tabs  { display:none; } But it affects to all buddypress nav. What would it be the code to hide it only for the user profile and keep it for group batches? Thanks in advance,
    #71129
    H.K. Latiyan
    Participant
    Try adding the page specific css like this: .elegant.bp-user.profile #buddypress #item-nav div#object-nav.item-list-tabs { display:none; }
    #71148
    jgavilan
    Spectator
    This reply has been marked as private.
    #71149
    jgavilan
    Spectator
    This reply has been marked as private.
    #71314
    H.K. Latiyan
    Participant
    Try adding the bellow custom css: .elegant.bp-user.profile #buddypress #item-nav div#object-nav.item-list-tabs { display:none !important; }
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Buddypress navigation menu’ is closed to new replies.