Change design of product cards

Solved
Ivnvu
Excursionist
19 0 3

Hi,

 

I've been struggling with designing my product cards. I'd like to achieve the look of the attached picture below (so, bigger product pictures, and alignment of the other components as in the attached picture).

 

Does anyone have input on where to start? I know I'm asking quite much so I don't expect a full on design solution 🙂

 

My storefront is (local theme): https://gryningens.myshopify.com/

 

Screenshot 2023-09-19 at 10.36.43.png

 

Thank you so much

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
2926 505 551

This is an accepted solution.

Hi @Ivnvu 

You can do that by adding this CSS code at the bottom of theme.css or theme.css.iquid file 

.lazy-image.lazy-image--animation.lazyloaded img { padding: 0px !important; } 

Screenshot 2023-09-19 at 15.50.44.png


- Is it helpful? Like, or Accept my solution or Buy Me a Coffee!
- Ryviu - Product Reviews app, Collect consumer feedback and import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart.
- Enjoy 3 months of Shopify for $1/month. Sign up now

View solution in original post

Replies 2 (2)
Moeed
Shopify Partner
2417 608 728

Hey @Ivnvu 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.lazy-image.lazy-image--animation.lazyloaded img {
    object-fit: cover !important;
}
</style>

RESULT:

Moeed_0-1695113363175.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications

- Expert in Shopify SEO optimization for higher search rankings.


- Your Coffee Tip , my code - a perfect blend! ❤️
Dan-From-Ryviu
Shopify Partner
2926 505 551

This is an accepted solution.

Hi @Ivnvu 

You can do that by adding this CSS code at the bottom of theme.css or theme.css.iquid file 

.lazy-image.lazy-image--animation.lazyloaded img { padding: 0px !important; } 

Screenshot 2023-09-19 at 15.50.44.png


- Is it helpful? Like, or Accept my solution or Buy Me a Coffee!
- Ryviu - Product Reviews app, Collect consumer feedback and import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart.
- Enjoy 3 months of Shopify for $1/month. Sign up now