Shopify themes, liquid, logos, and UX
Hi
my website is : https://f01138-5e.myshopify.com/
Since yesterday, i've modify few thing on my website (base.css) and now, the website is not slow BUT The website doesn't load all the elements on mobile and desktop, i've sometimes blackscreen life for exemple
As you can see, the semi page is in background (black)
Could you please help me ? thanks a lot !
Solved! Go to the solution
This is an accepted solution.
Hi @Edgard22 ,
Can you try adding this css at the end of theme.liquid file just before </body>
<style>
@media (prefers-reduced-motion: no-preference) {
.scroll-trigger.animate--fade-in, .scroll-trigger.animate--slide-in {
opacity: 1!important;
}
}
</style>
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
This is an accepted solution.
it's good thanks
This is an accepted solution.
Hi @Edgard22 ,
Can you try adding this css at the end of theme.liquid file just before </body>
<style>
@media (prefers-reduced-motion: no-preference) {
.scroll-trigger.animate--fade-in, .scroll-trigger.animate--slide-in {
opacity: 1!important;
}
}
</style>
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify 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, 2025