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....!!!
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;
}
Buy me a Pizza
If this was helpful, hit the like button and accept the solution.
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