Remove search from menu

Discussion in 'GeoCraft WordPress Theme' started by robertmylne, Mar 26, 2013.

  1. robertmylne

    robertmylne Member

    Joined:
    Mar 26, 2013
    Messages:
    49
    Likes Received:
    2
    Is there anyway to remove the search page from the main menu?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .main_search {
    display: none;
    }
     

Share This Page