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.
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!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025