Slider Revolution thin border at top/bottom of slider widget

Hi Themeco staff,
can’t remove 2 thin grey lines above and below my Slider Revolution slides in the widget area.
This did not remove them (in Customizer CSS and child theme):

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

.x-slider-container.below {
border-bottom: none;
}

Please give me a hand in this. These lines not have to stay there :wink:
Thanks in advance.
Link to my site is provided in the next post.

Hello @hotzebieble,

Thanks for writing in!

Please add following CSS under X > Theme Options > CSS:

.x-sidebar .widget div>ul>li:last-child {
    border-top: 0 !important;
}

Thanks.

Hello Prasant,

thanks for your help.
I changed it to

.x-sidebar .widget div>ul>li:last-child {
   border-top: 0 !important;
   border-bottom: 0 !important;
}

and both lines were gone.
Its now in my child theme.
Problem solved :grin:
Thanks.

Glad to hear that. :slight_smile:

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