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.
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.
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:
@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 ![]()