Site logo

Archived topic

Hide the search icon on big screens

3 replies · Started by Nander on February 21, 2020

Viewing posts 1–4 of 4

This is my header created with beaver themer and ubermenu: https://snipboard.io/wzMVHk.jpg
I use this menu on big screens only! On the smaller screens i use the Generatepress mobile menu.

But there is a small search icon created by the Generatepress theme in my beaver themer header. If i disable "search in navigation" in the customizer its gone and I'm happy. But then the search icon also disappears from my Generatepress mobile menu.

Is there a way to exclude it from my beaver themer menu but keep it active on my generatepress mobile menu?

Hi there,

Weird that GP's navigation search would show in BB's header.

Try this CSS:

@media (min-width: 769px) {
    li.search-item {
        display: none !important;
    }
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Let me know if this helps :)

It worked! Thanks for the quick reply :)

No problem :)

This archived topic is closed to new replies.