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....!!!
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