Black Lines Appearing On Product Thumbnails only on mobile

Hello, I don’t know how to fix this issue.. This thin black lines appear only on mobile, is there any silution for this?

The theme i use is ‘Dawn’.

Hello There,

Please share your store URL and Password.
So that I will check and let you know the exact solution here.

https://seduzofficial.myshopify.com/

This is it, thank you!

Hello There,

Please share your store Password.
So that I will check and let you know the exact solution here.

sorry, the password is peoday

hello, can u please give me an answear?

ok checking

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
@media screen and (max-width:520px){
    .isolate .collage__item .card-wrapper .card .card__information a.full-unstyled-link {
        height: 45px;
    }
}

Hello, the solution you provide me doesn’t work, i don’t have the asset ‘theme.css’, i tried to create it and paste the code you gave me, but nothing happened. does any other solution exists?

you have base.css file past your code there. but i didn’t see any black lines on products

You can see it only on mobile, not on desktop

have you found base.css to paste the code??

its workin on mobile check this screen shot.

try to clear your browser cache

this is odd, if i open the site from an iphone, the black lines still apears, but if i open the site from samsung there are no black lines…

don’t worry let me try to remove the lines from iphone also

thank you!

@Andreeea

Add this code in base.css

.color-accent-1{background-color: unset !important;}

mark my solution if it works for you or let me know if it doesn’t work

@Andreeea

Also add this one to base.css

.collage-card{background: unset !important;}

thank you!! it works!

Wellcome :slightly_smiling_face:

there is a problem, the footer menu has disappeared, if i delete de code you gave me it appears again.