Not sure if this will work, but..
1. Go to “Appearance > Menus” and add a “Custom Link” to your menu – place it at the top.
2. For “Navigation Label”, add: <i class="fa fa-search"></i>
3. Click “Screen Options” at the top right and make sure “Custom Classes” is checked. Now add this as a custom class: search-item first-search-item
4. Now add this CSS:
.gen-sidebar-nav .search-item {
display: none;
}
.gen-sidebar-nav .search-item.first-search-item {
display: inline-block;
}
Worth a shot 🙂