Site logo

Archived topic

How to get rid off search icon

3 replies · Started by Karsten on February 24, 2021

Viewing posts 1–4 of 4

Hi friends, here is my website.

Please give me CSS in order to not show the search icon AFTER clicking on the menu. The search box I would like to keep. Thank you

Hi there,

I'm not exactly sure I understand which icon you're pertaining to.

Are you pertaining to the mobile icon here? https://share.getcloudapp.com/eDu8nW8A

If you want to hide this, add this CSS:

button.search-submit {
    display: none;
}

Thank you, Elvin.

This is what I needed.

Best, Karsten

Nice one. No problem. :D

This archived topic is closed to new replies.