Delete search box

Discussion in 'BlackBird WordPress Theme' started by falcott, Jan 14, 2019.

  1. falcott

    falcott Member

    Joined:
    Dec 28, 2011
    Messages:
    32
    Likes Received:
    0
    Hello,
    Please tell me how to delete the search box from the menu bar in BlackBird theme.
    Thanks.
     
    Last edited: Jan 14, 2019
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To remove the top seach-box, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .top-search {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. falcott

    falcott Member

    Joined:
    Dec 28, 2011
    Messages:
    32
    Likes Received:
    0
    That removes the search box, thanks. However the menu items don't go right across the menu bar, but drop down underneath. See screenshot.
    How can we fix this?
     

    Attached Files:

  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greeting from InkThemes,

    Could you please provide the URL of your website so that I can configure the issue with the menu items and provide the exact and appropriate solution.

    Waiting to hear from you soon.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page