All things Shopify and commerce
We are wanting the product title and price to overlay the image on all of the catalog layouts. Currently the title and price and swatches are underneath the image but we'd like them overlayed instead like below.
Site is: https://margauxsurmer.com/
Solved! Go to the solution
This is an accepted solution.
yes you can use this Custom CSS:
.t4s-product-wrapper {
position: relative;
}
.t4s-product-wrapper > .t4s-product-info {
position: absolute;
bottom: 0;
}
.t4s-product-wrapper > .t4s-product-info .t4s-product-colors {
display: none;
}
Hi @westies
which link can I see that section?
https://margauxsurmer.com/collections/one-piece
https://margauxsurmer.com/collections
All the links and places that the collection shows up I'd like them to be styled like that.
So anywhere that collections are called, I'd like for the style card to show like the sample.
Hi @westies
Let try to use this Custom CSS:
.t4s-product-wrapper {
position: relative;
}
.t4s-product-wrapper > .t4s-product-info {
position: absolute;
bottom: 0;
}
the result will be like:
Is there way to remove swatches on those and only have text?
This is an accepted solution.
yes you can use this Custom CSS:
.t4s-product-wrapper {
position: relative;
}
.t4s-product-wrapper > .t4s-product-info {
position: absolute;
bottom: 0;
}
.t4s-product-wrapper > .t4s-product-info .t4s-product-colors {
display: none;
}
Hello Westie
have you seen a solution to it?
if not i will like to render you a solution for it.
Purity Ella
I have not yet. I just would like it to be styled like the sample image really anywhere that the collections are viewable.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025