Shopify themes, liquid, logos, and UX
Hello,
I am using the Stockholm theme and when ever there is a picture with Txt the picture is dark or filtered
If i change the position of the picture to "Top" i lose the txt but the picture is crisp.
Can anyone help me? I am a newbie
Thank you
ASHPOSY
Solved! Go to the solution
This is an accepted solution.
Yeah sure @ASHPOSY,
Just replace the code with this, steps are the same
<style>
.gallery-with-text__card:before,
.image--overlay .banner__media:after,
.video-section__poster:before {
display: none !important;
}
</style>
Hey @ASHPOSY,
Can you share the link to your store? Thanks!
The store isnt live yet.
You can share a preview link @ASHPOSY
Hey @ASHPOSY,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.gallery-with-text__card:before {
display: none !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
That totally worked!!! Can you do the same for image banners? and Video?
OMG thank you
This is an accepted solution.
Yeah sure @ASHPOSY,
Just replace the code with this, steps are the same
<style>
.gallery-with-text__card:before,
.image--overlay .banner__media:after,
.video-section__poster:before {
display: none !important;
}
</style>
Thank you so much
No worries, Glad it worked!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025