Shopify themes, liquid, logos, and UX
Hello everyone,
my page www.lekkys.com is build on the Capital theme.
I ve noticed that in both mobile and desktop versions it does this really annoying thing with a loading icon in the middle of the picture that just stays there forever.
Any suggestions or help to get rid of this will be much appreciated!!
Thank you all very much in advance
and have a great day!
Solved! Go to the solution
This is an accepted solution.
Hello @Lekky
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.product-images-lightbox .spinner {
visibility: hidden !important;
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
Hello @Lekky
Go to online store ----> themes ----> actions ----> edit code ---->assets ---->theme-product.min.css
add this code at the end of the file.
.product-images-lightbox .spinner {
display: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
This is an accepted solution.
Hello @Lekky
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.product-images-lightbox .spinner {
visibility: hidden !important;
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
Hello @Lekky
Go to online store ----> themes ----> actions ----> edit code ---->assets ---->theme-product.min.css
add this code at the end of the file.
.product-images-lightbox .spinner {
display: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Thank you so so much!!!
Happy to help you....!!!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025