Hi!
My URL is www.daughterofanangel.com
it seems the little search icon has disappeared from my site on mobile. It is usually next to the cart icon on the header. How can I get this back?
Thank you in advance!
Mobile search icon in the header disappeared on www.daughterofanangel.com (mobile, next to the cart). Goal: restore the icon.
Key attempts and findings:
Outcome:
Notes:
Hi!
My URL is www.daughterofanangel.com
it seems the little search icon has disappeared from my site on mobile. It is usually next to the cart icon on the header. How can I get this back?
Thank you in advance!
Hey @jennarose
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
I did it but I still dont see it ![]()
Hey @jennarose
There’s some code in your files which is hiding the search icon. I suggest you to remove that code and then use my code again.
Best Regards,
Moeed
how can I find that? I never added a code to hide it.. the seach icon was there the other day.. not sure what happend
There’s a CSS code that is hiding the search icon, if you can’t locate that code then you can provide me collaborator access and I can do it for you.
Best Regards,
Moeed
Hello @jennarose ,
Follow these steps:
Go to Online Store → Theme → Edit code
Open your base.css file and paste the following code below:
@media screen and (max-width: 768px){
.header__icons .header__search {
display: inline-block !important;
}
}
Thanks
thank you but that didnt work ![]()
Hi @jennarose ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file → Save
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
It worked.. THANK YOU SO MUCH!
you are welcome ![]()