Removing Child Pages from Main Navigation

Discussion in 'SpotMoto WordPress Theme' started by mtrego, Nov 21, 2013.

  1. mtrego

    mtrego New Member

    Joined:
    Nov 5, 2012
    Messages:
    10
    Likes Received:
    0
    Can you send me the code to remove the child page drop downs from the main navigation?

    Example: http://phptutorials.co/

    The 'Members Area' in the main navigation has 'Account' as a drop down. I would like those not to show up.
    ______________________________

    Also, is there a code for removing the borders from inserted tables?

    Thanks!
     
  2. Gourav

    Gourav Support Staff

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

    1.For your first issue

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

    2.For your second issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    tbody tr td {
    border: none!important;
    }
     

Share This Page