Dawn Theme: Header Search Icon not visible in Desktop

Hi All,

Dawn theme has a default header search icon which is somehow not visible on our desktop version. Please help me make it visible.

Link: https://videsidesserts.com/

Hi @Madhvi1 ,

we see the icon display normally on the desktop header? Where is your problem now?

Thanks

@AvadaCommerce It is on the other side which I missed completely. Can its position be shifted to the profile and cart icon. Else customers might miss this completely as I did.

Hi @Madhvi1 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
@media screen and (min-width: 990px) {
.header--top-center *>.header__search {
    display: block !important;
}
.header--top-center>.header__search {
    display: none !important;
}
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

@AvadaCommerce This worked. Thank you so much :slightly_smiling_face: