A user working with Shopify’s Dawn theme encountered an issue where the “Picture with Text” block’s text overlay was obscuring parts of product images, specifically cutting off ground shadows. They wanted to make the text background transparent while maintaining the overlay layout.
Solution provided:
Add custom CSS to the base.css file
The code targets screens 750px and wider, setting the gradient background to transparent
This preserves the overlay arrangement while revealing the full image underneath
Outcome:
The user confirmed the CSS solution worked perfectly, resolving the visibility issue without affecting the desired layout or image sizing.
Summarized with AI on October 29.
AI used: claude-sonnet-4-5-20250929.
I’m using a “picture with text”-block in dawn theme and have overlayed the picture with the text. However, I still need the picture fully visible. Is there any possibility to set the background color of the text to transparent by coding to make the missing part of the picture become visible?
I know that I can switch off the overlaying but this affects the size of the picture and the general arrangement which I do not want.
Hi
Regarding the design concern with the “Image with Text” block in the Dawn theme. I understand that you’re looking to keep the text overlaid on the image without losing any visibility of the image itself and that disabling the overlay affects the overall layout, which you’d prefer to avoid.