Hi,
I used your header builder and have two menu stacked on top of each other. I would like to have the search icon on the top header menu, but not in the main menu. “Add search icon to the menu” is not checked for the main menu, and yet it was showing up. I added this to my child theme:
.ubermenu-nav > .headerMenuSearch {
display: none;
}
I search icon is no longer visible, however, I can still click on the spot where it would have been and the search box still comes up. (Plus it’s taking up space even though it isn’t visible). How do I get rid of the search icon in my main menu completely?
Thanks