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:

  1. Go to Wordpress > Appearance > Customize > Additional CSS. 
  2. Paste the following code in the box, and then click Publish.
li a.icon-search { display: none !important; }