I have a slider, it is set to Above MastHead, but there is a thick black line, just underneath the bottom of the slider. How can I remove it or make it white.
Hi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thank you.
Check it out at:
You will see the thick, black line underneath slider, regardless of view size.
Thank you for your reply,
Michael.
Hi Michael,
That is part of integrity stack style for the template you were using on that page. To remove it, let’s use this custom CSS:
.page-template-template-blank-6-php .x-slider-container.above {
border-bottom: 0;
}
Hope this helps.
That did it … thanks so much.
You’re welcome.
Hi I’m having a similar issue with my site. There is an orange border beneath revolution slider on homepage.
http://MyAuthenticSexuality.com
I have this CSS already working, but not doing what I want.
.x-container.offset {
margin: 0px auto;
}
Hi there,
You should add this instead of that one.
.x-slider-container.below {
border-bottom: 0;
}
Cheers!
That worked thank you!!!
Glad it worked.
Cheers!