Remove "search" magnifying glass

I would like to remove the "search" field in my menu. I already tried the following two CSS codes:

.search {
    display: none;
}
.module.widget-handle.search-widget-handle.left.hidden-xs.hidden-sm.toggle-search {
    display: none;
    pointer-events: none;
}

That is what I found when i googled the issue but it did not work.


Thank you for your help.

Comments

Sign In or Register to comment.