Comments matt parker started the conversationMay 16, 2019 at 2:21amI'm trying to remove the search feature on the Main Menu. In this case it's a hamburger menu style. I tried adding some custom CSS like this: .main-navigation .menu-item-search { display: none; }...but that didnt work. Is it because the menu is a hamburger style menu? Our site is too small for search. 7,095Oliver repliedMay 16, 2019 at 8:09amHI! pls. use following css: .menu-item-widgets .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 Sign in to reply ...
I'm trying to remove the search feature on the Main Menu. In this case it's a hamburger menu style. I tried adding some custom CSS like this:
.main-navigation .menu-item-search { display: none; }
...but that didnt work. Is it because the menu is a hamburger style menu?
Our site is too small for search.
HI!
pls. use following css:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver