Getting rid of the search icon

QuestionsCategory: QuestionsGetting rid of the search icon
nhithaiphotography asked 3 years ago

Hi!

My navigational menu has gotten quite crowded on mobile view and I’d love to get rid of the search icon. (I will still have the search bar on my blog’s sidebar.) Is there a quick way to do this? I use Hello Rose theme. 

Thanks so much!
Nhi

1 Answers
Support Team Staff answered 3 years ago

You can add this to your additional css

.nav-primary .genesis-nav-menu > .search {
display: none!important;
}

nhithaiphotography replied 3 years ago

Thanks. I added this to my css, cleared cache, but I still see the search icon.

https://nhithaiphotography.com

Support Team Staff replied 3 years ago

You are using a code cache. Your changes will not show until that plugin, or setting on your host is cleared. Once that updates to show your changes, the search should be hidden if added right.