Genesis - How to remove navigation search icon
Several of our themes display a drop-down search icon in the primary navigation menu. If you'd like to remove it, here's how:
- Go to Wordpress > Appearance > Customize > Additional CSS.
- Paste the following code in the box, and then click Publish.
li a.icon-search { display: none !important; }