All things Shopify and commerce
Hey, for some reason an X icon is showing in my header next to the search icon, I would like to hide the "X" icon when the search bar is closed, anyone know how to fix this? Thanks!
My store: https://thebombshellblowouts.com/
Issue:
Solved! Go to the solution
This is an accepted solution.
This is Richard from PageFly - Shopify Page Builder App
Hi @blwouts Please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>
<style>
.svg-wrapper.header__icon-close{
max-width: 0px !important;
max-height: 0px !important;
}
</style>
Hope my solution will help you resolve the issue.
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
This is Richard from PageFly - Shopify Page Builder App
Hi @blwouts Please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>
<style>
.svg-wrapper.header__icon-close{
max-width: 0px !important;
max-height: 0px !important;
}
</style>
Hope my solution will help you resolve the issue.
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Thank you!
Greate , Have a nice day
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Hello @blwouts
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> base.css
add the code bottom of the file
span.svg-wrapper.header__icon-close {
display: none;
}
If this was helpful, hit the like button and accept the solution.
Thanks
- Buy me a Pizza
Hi @blwouts
Please put this code in theme.liquid before body closing tag </body>
<style>
span.svg-wrapper.header__icon-close {
display: none;
}
</style>
Please press Like and Mark Solution if you find it helpful.
Thanks!
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024