Flex Nourish Theme - Search Icon not showing on Desktop

Hi there,

Is anyone can help me fix this issue for search icon on Desktop, as on mobile its showing but on desktop it is not showing, i try adding few css code, but still not working. Could you please check.

Website is https://thedempseyproject.com/ theme is Flex Nourish.

Here is the screen shots:
If you check on mobile its working fine:

In second screenshot is Desktop one, and if you notice on desktop its not showing the search icon.

I look forward get the solution ASAP.

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Layout > style.css.css and paste this at the bottom of the file:
span.icon-caption {
display: none!important;
}
.top-bar .login, .top-bar .header-cart, .header-section .search, .navbar .icon-caption {
display: block;
}

Thank you so much and it worked!

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.