Hi
Im facing same issue that i had before but now it’s in 2 places.
I don’t know how to get rif off white line in borders of photos in featured collection as well as in slideshow.
Im sending pictures of what i mean below.
A user is experiencing unwanted white lines appearing on photo borders in two locations: the featured collection section and the slideshow on their Shopify store.
Proposed Solution:
.card.card--card.card--media with a background-color property set to #000 (black)Current Status:
The discussion appears to have a potential solution offered, but no confirmation yet on whether it resolved the white border issue. The user shared screenshots and their store URL to illustrate the problem.
Hi
Im facing same issue that i had before but now it’s in 2 places.
I don’t know how to get rif off white line in borders of photos in featured collection as well as in slideshow.
Im sending pictures of what i mean below.
Hello, @UL1
Please Add This CSS
Go to online Store > Edit Code > Assets > base.css
.card.card--card.card--media {
background-color: #000;
}
Like This