What's your biggest current challenge? Have your say in Community Polls along the right column.

Grey Edges on Corners of Product Cards

Grey Edges on Corners of Product Cards

ProconMarketing
Excursionist
47 0 7

Hi, there are grey edges on the corners of my product cards. 

 

See image: 

Screenshot 2024-11-05 at 22.19.56.png

 

I have played with the rounding and the shadows. It still shos. Any reason why this might be. 

 

It is subtle, but is it possible to remove it?

 

Please help.

 

Thanks in advance.

Replies 3 (3)

EvinceDev
Shopify Partner
121 13 13

Hello @ProconMarketing , Please share your store url 

Shopify Theme Advanced Backend Developer and Debugger
Want to modify or develop new app, Hire us.
If our Answer is helpful then please Like and Accept Solution!
I am an eCommerce and Marketing Technology consultant based in India.
To inquire about consulting work availability, You can reach me on Skype by live: rahul.evince or mail on partners@evincedev.com.
Shopify Apps URL :- https://apps.shopify.com/partners/gemfind1
Customization on Shopify Theme | Shopify App Development | SEO & Digital Marketing
EvinceDev
Shopify Partner
121 13 13

Hello @ProconMarketing , 

.card .card__inner .card__media, 
.product-card-wrapper .card, .card--card:after {
    border-radius: 0;
}

.card--card:after {
  border-radius: 0; 
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) rgba(var(--color-shadow);
}

Output : 

EvinceDev_0-1730959770431.png

 

Shopify Theme Advanced Backend Developer and Debugger
Want to modify or develop new app, Hire us.
If our Answer is helpful then please Like and Accept Solution!
I am an eCommerce and Marketing Technology consultant based in India.
To inquire about consulting work availability, You can reach me on Skype by live: rahul.evince or mail on partners@evincedev.com.
Shopify Apps URL :- https://apps.shopify.com/partners/gemfind1
Customization on Shopify Theme | Shopify App Development | SEO & Digital Marketing