Another little question

Good morning,
in the Shapely Theme, is ti possible to remove the “Serach” button near the main menu?

Thanx

Hi there

Yes, its possible, you can use this css code in appearance > customize > additionall css:

.nav-search {
display: none;
}

It doesn’t work :frowning:

HI

let me see the screenshot of the code in the css box, its not added from what I see

I added exactly what you wrote (copy an paste).

Here the screenshot

Try this code instead:

.search-widget-handle {
display: none;
}

Now it works fine… thank you

Sorry to bother you

Good to know :slight_smile:

Regards