• Resolved tsjodieehart09

    (@tsjodieehart09)


    Hi, Im using buddypress and have tried loads of different ways to remove the user nav bar:

    ActivityProfileMessages 0Friends 1Groups 0ForumsAlbumSend InvitesExampleSettings

    how can i remove this? I tried looking at the google page source but it was giving me this:

    <div class=”item-list-tabs no-ajax” id=”object-nav” role=”navigation”>

    I can not find this in my default temple css file. I am using the Themeforest Huddle Theme. Can anyone help?

Viewing 6 replies - 1 through 6 (of 6 total)
  • It’s hard to know for sure without seeing it.. but try adding something like this to your custom css:

    #object-nav {display:none;}

    Thread Starter tsjodieehart09

    (@tsjodieehart09)

    Thread Starter tsjodieehart09

    (@tsjodieehart09)

    OMG It worked thank you! X

    Ha… my pleasure 🙂

    Thread Starter tsjodieehart09

    (@tsjodieehart09)

    Can i ask one more question? Say ive created a page ”wall” I want to enable users to write on it is there anyway to do that.?
    so instead of #object-nav {display:none;} i can display just ”wall” with maybe a css mock up for a wall?

    I’m not sure what exactly you are asking… I’m not familiar with your theme :/

    However, if you only want to display this “nav” on one page… you can always precede it with the page ID class.

    So, something like:

    .page-id-2 #object-nav {display:none;}

    This would hide the nav on only the page with an ID of 2.

    Are you only wanting to display this “nav” on one page?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove User Nav Bar’ is closed to new replies.