Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1254152
Search bar in hamburger menu
Closed

Comments

  •  1
    gazza1971 started the conversation

    Hi


    I have inserted this css code: .

    li.menu-item.menu-item-search {
        display: none !important;
    }

    but the search bar is still showing in the hamburger menu - see image

    Is this the correct css code to use please?

    Thanks

    Gary


  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    body .vertical-minisearch {
        display: none;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  1
    gazza1971 replied

    Thanks ! That worked.

  •  7,092
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver