Hope everyone is having a great day!
How do I remove this tiny white line underneath my images (it only shows up on mobile). It shows up on one of the images in home page https://www.starchives.net/ and also in occasions https://www.starchives.net/pages/occasions
Any help is greatly appreciated!
I could not find any issue.
1 Like
Hello There,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
.image-wrap.text-spacing {
background: inherit!important;
}
.image-wrap {
background: inherit!important;
}
That solved the problem, thank you very much!!
2 Likes