Line Visible Under Slider

Hello,

We’ve got a short code slider under the “Our Clients” section of our home page, and there is a line that occurs underneath most of the logos, which isn’t present in the image files. How can I remove it?

Thank you!

Hey @addabble,

The borders that you see are really embedded in the image. You need to remove them in an image editing software like Gimp.

Thanks.

I’m not referring to the image’s borders, I’m referring to the long line underneath the slider, how can I remove that?

Hi @addabble,

Thanks for the clarification, it’s the background color of the slider, while the image has its own white background and it creates a line due to the pixel gap. And it’s specific to your current stack so please add this CSS to Theme Options > CSS

.x-flexslider {
background: transparent !important;
}

Hope this helps.

That worked, thank you.

You’re welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.