Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove Profile Nav Items

  • @shayne-thiessen

    Participant

    I want to remove certain navigation items from user profiles.

    However if I use this line, it also removes them from the main menu.

    bp_core_remove_nav_item( 'settings' );

    I need the items on the main menu, but i want them removed from the user profile.

    Anyway to do that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • @shayne-thiessen

    Participant

    Sorry for the double post, but a simple way of doing this is to just use css to hide the items.

    #settings-personal-li {display: nooe;}

    If anyone has a better way to do this that would be great.

    Otherwise this will have to suffice.

    @vapvarun

    Participant

    Hi @shayne-thiessen
    You can use code suggest in following thread.

    Change menu items below user header

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar