Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi, I am using an image with text section as my top section but image isn't being shown. Can anyone help me fix it? I am using Debutify 7.3. https://i0qg25zzcuzttlkw-62479007903.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
Hi @Abdul_Qadoos,
Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:
.dbtfy-image-with-text .ambient-movement-left {
opacity: 1 !important;
filter: none !important;
}
Hi @Abdul_Qadoos ,
I have written custom CSS for this solution. Please follow below steps
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </head>
<style>
.dbtfy-image-with-text .ambient-movement-left:has(.lazyloaded) {
opacity: 1!important;
filter: blur(0px)!important;
transition: all 1s!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.
Hi @Abdul_Qadoos,
Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:
.dbtfy-image-with-text .ambient-movement-left {
opacity: 1 !important;
filter: none !important;
}
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
.shopify-section.dbtfy-image-with-text .ambient-movement-left {
opacity: 1 !important;
filter: none !important;
}
</style>
Hope this can help you solve 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.