Remove white under slider

Support,

I am trying to remove the white bar under the slider listed on he homepage of the URL in the secure note. It looks to be a bottom margin, but I can’t figure out how to target it.

Thanks,
Charles

Hi Charles,

Please add this code in the Global CSS:

.x-flexslider .x-slides p, .x-flexslider .x-slides img {
    margin-bottom: 0;
}

Here are some related links for further reading:

Hope this helps.

That code kind of worked, but there’s still a thin white line at the bottom.

Hello @ca2450,

Please have to code updated and use this:

.x-flexslider-shortcode-container .x-flexslider-shortcode {
    overflow: hidden;
}

.x-flexslider .x-slides p, .x-flexslider .x-slides img {
    margin-bottom: 0;
}

We would loved to know if this has work for you. Thank you.

This solution did not work.

Thanks

Hello @ca2450,

I am no longer seeing any white lines under your slider.

Can you please provide a screenshot in your next reply so that we will have an idea of how it looks like in your browser?

By the way, since you are using CloudFlare, please login and purger your site cache. For best results, make sure that you have use the recommend CloudFlare settings which you can find it here: https://xthemetips.com/using-cloudflare-rocket-loader-with-x-pro-and-x5/928/8/

Thanks.

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