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
Topic summary
A user reports that an image with text section isn’t displaying properly on their Shopify store using the Debutify 7.3 theme.
Proposed Solutions:
Three community members offered similar CSS-based fixes:
- Custom CSS injection: Add specific CSS code to the theme.liquid file, just above the
</head>tag - Direct CSS modification: Insert code at the bottom of the theme.css file in the Assets folder
- Opacity/filter adjustment: CSS targeting
.dbfy-image-with-text.ambient-movement-leftto set opacity to 1 and remove filters
All solutions follow similar implementation steps:
- Navigate to Online Store > Themes > Edit Code
- Locate either theme.liquid or theme.css file
- Paste provided CSS code in specified location
Status: Multiple solutions provided but no confirmation from the original poster on whether any resolved the issue. The discussion remains open with unanswered questions about the root cause and effectiveness of the fixes.
Hi @Abdul_Qadoos ,
I have written custom CSS for this solution. Please follow below steps
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code just above tag
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
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 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
Hope this can help you solve the issue
Best regards,
Richard | PageFly

