Putting Product Title and Price as a text overlay in the catalog page?

Solved

Putting Product Title and Price as a text overlay in the catalog page?

westies
Shopify Partner
5 0 0

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.

 

Screenshot 2025-05-14 at 11.11.49 AM.png

 

Site is: https://margauxsurmer.com/

 

 

Accepted Solution (1)
BiDeal-Discount
Shopify Partner
792 105 178

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;
}
- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp

View solution in original post

Replies 8 (8)

BiDeal-Discount
Shopify Partner
792 105 178

Hi @westies 

which link can I see that section?

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp
westies
Shopify Partner
5 0 0

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. 

westies
Shopify Partner
5 0 0

So anywhere that collections are called, I'd like for the style card to show like the sample.

BiDeal-Discount
Shopify Partner
792 105 178

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:

BiDealDiscount_0-1747241264785.png

 

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp
westies
Shopify Partner
5 0 0

Is there way to remove swatches on those and only have text?

BiDeal-Discount
Shopify Partner
792 105 178

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;
}
- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp

Purity2
Visitor
1 0 0

Hello Westie

have you seen a solution to it?

if not i will like to render you a solution for it.

Purity Ella

westies
Shopify Partner
5 0 0

I have not yet.  I just would like it to be styled like the sample image really anywhere that the collections are viewable.