How to delete the search box on the menu bar

Discussion in 'BizWay WordPress Theme' started by bridgewater95, Mar 18, 2015.

  1. bridgewater95

    bridgewater95 New Member

    Joined:
    Jul 11, 2014
    Messages:
    1
    Likes Received:
    0
    Hi there,

    Can someone help me to remove the search box on the menu bar?

    I searched online but could not find an answer. Please help.

    Thanks a lot!

    Mary
     
  2. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    hi add this code to your Custom CSS in Theme Options

    .top-search
    {
    display:none;
    }
     
  3. sameerwalkar

    sameerwalkar Guest

    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .top-search {
      display: none;
    }
    Regards,
    Sameer
     
  4. barryslone

    barryslone New Member

    Joined:
    May 15, 2015
    Messages:
    1
    Likes Received:
    0
    This worked for me too! However, I wanted the menu to be able to hold more links, but it still cuts everything off as if the search box was still there. Any idea on how to make the menu expand to hold more links where the search box used to be?
     
  5. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
  6. surferboy

    surferboy New Member

    Joined:
    Sep 25, 2014
    Messages:
    1
    Likes Received:
    0
    Hi
    Did you figure out this? I'm trying to put more links instead of the Search form.

    Thanks!
     
  7. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please follow the screenshot given below.

    bizway_menu_fullwidth.png

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page