How do I remove pages from the top nav bar?

Discussion in 'Blackriders WordPress Theme' started by sandradohn, Mar 10, 2014.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    I am having trouble using the menu to remove pages that I do not want to show in the top navigation bar. I only want these to be linked in the footer and have them set up there with no problems. website is www.LinkedInAuthorityMaker.com

    Thanks, Sandra


     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .menu-wrapper {
    visibility: hidden;
    }
    Thanks & Regards
    Gourav Shrivastava
     
  3. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Thank you for your prompt reply. I have added the code and it removed all the pages from the nav bar.

    How do I set it up to show just certain pages on the nav bar? Thanks, Sandra
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    For this go to
    Appearance > Menus
    Create a custom menu and only add the pages that you want to show in the navigation bar.


    Thanks & Regards
    Gourav Shrivastava
     
  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. Firstly, remove the code given above by Gourav from the Custom CSS section (Appearance > Theme Option > Styling Option > Custom CSS) .

    2. Go to the Appearance > Menu Panel of your dashboard and add only those pages in the menu that you want to display on the top menu bar
    and you can remove certain pages from that menu bar also.

    See the image for reference.

    [​IMG]

    This will solve your issue.
     

Share This Page