Hi,
What do I have to do, to remove the line around the slideshow photo? I have a one-page slideshow only to serve as a picture. I’ve tried every suggested solution in previous topics, but nothing works.
I’m using a Studio theme.
Please help.
Thank you.
Hello,
First of all, as far as I can see, these borders are not from the software, but rather part of the border when the image was prepared. If you download the image and zoom in well on a white background, you will see this part. Or maybe my eyes are deceiving me, who knows? Anyway, in both cases, the following code will solve your problem. I made the borders the same color as the background. It will probably appear smoothly. If there is a problem, you can write again.
.media > *:not(.zoom):not(.deferred-media__poster-button) {
box-shadow: inset 0px 0px 0px 4px #e6f4f2;
}
best regards,
Genius 
It worked. Thank you.
you are welcome. If you have any other questions, tag me when you open a topic. I will try to help you as I find time from my own work. 