• Hello,

    I wanted to know how can I get rid of the “Search” Bar that is in my main menu on the top of my page? Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello @brianmckoy

    To get rid of the “Search Bar” that is on the main menu on the top of the page at first you need go to Admin Panel / Appearance / Customize / Style Settings / Custom CSS.
    Here you will see a text-box to write custom CSS. Here copy and paste below CSS.

    .grid_6.omega .top-search {
      display: none;
    }

    Hope this will help to resolve your issue.
    Let us know if you have any confusion in achieving this result.

    Regards!!

    Thread Starter brianmckoy

    (@brianmckoy)

    Thank you very much. I hate to bother you but can you tell me exactly where I would paste this in Custom CSS. Thanks.

    Hello @brianmckoy

    You will find the place paste the custom CSS when you go to your Dashboard( Back-end ).
    So first login to Admin Panel.
    After that in the Dashboard / Appearance / Customize / Style Settings. and here you can see the Custom CSS box and now you can paste the above code there.
    The attachment shows the image of Dashboard.
    dashboard

    Hope this will help .
    Let us know if you have any confusion in achieving this result Again.

    Best Regards!!

    Thread Starter brianmckoy

    (@brianmckoy)

    It worked. Thank you very much.

    Now that the search bar is gone, I wanted to know if there is anyway that I can adjust the spacing of the menu buttons (home, about us, contact us etc) is there any way that I can adjust the spacing of those buttons to adjust for the search bar being removed? Thanks

    Hello @brianmckoy

    I am very pleased to know that you have successfully removed the search bar.
    Now for adjusting the menu buttons you need go to Admin Panel / Appearance / Customize / Style Settings / Custom CSS. As you can see the Custom CSS box there . Then add the following code there.

    #menu .ddsmoothmenu li {
        margin-left: 7px !important;

    Here you can adjust the margin according to your need.
    I hope this you will help you.
    Let us know if you have any confusion in achieving this result Again.

    Best Regards!!!

    Thread Starter brianmckoy

    (@brianmckoy)

    Thank you very much for all of your time and your help

    Hello,
    I am using Blackbird theme. I need more wordings for each page title showing in the navigation bar. How wrapping texts of Navigation Bar?

    Thanks,
    Sharon

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to get rid of “search Bar” in menus in blackbird theme’ is closed to new replies.