Revolution Sliders have Little White Line Underneath Them

Hello,

Any idea how to get did of the minuscule white line under my mail chimp revolution slider at the bottom on the homepage?

I used this first:

.x-slider-container.below {
border: 0;
}

And it got rid of the one on the top slider, but not the white space below the bottom newsletter slider.
On that same note, I want to remove 50 to 100 PX from teh top and bottom of the newsletter slider.
but everytime i got to edit it in the slider editor, the email box vanishes when i reduce the height.

Sooo two problems?

Jesse

Hello Jesse,

Thanks for asking. :slight_smile:

You can add following CSS under Pro > Theme Options > CSS to remove border:

.tp-caption {
    border: 0 !important;
}

To adjust height or remove spacing, please take a look at following tutorial.

https://www.themepunch.com/revslider-doc/layer-styles-positioning/

I have found the proper CSS code selector using the Chrome browser Developer Toolbar:

For the CSS code itself, I suggest that you get started with this tutorial:

Thanks.

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