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

Image with text section isn't working

Solved

Image with text section isn't working

Abdul_Qadoos
Visitor
1 0 0

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

Accepted Solution (1)

namphan
Shopify Partner
2777 358 407

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;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 3 (3)

theycallmemakka
Shopify Partner
1813 440 474

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>

theycallmemakka_0-1731465659174.png

 

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

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

namphan
Shopify Partner
2777 358 407

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;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

PageFly-Richard
Shopify Partner
5011 1120 1806

Hi @Abdul_Qadoos 

 

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>

PageFlyRichard_0-1731467351992.png

 

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.