Random line appearing on Posts page with Revolution slider

I am trying to use a Revolution Slider on the Posts page with the “Slider Settings: Below Masthead.” It works and looks great except for a random 3px-or-so orange line appearing below the slider. I am using a negative top margin on the Slider so it is flush with the Header, so I thought maybe that was the issue, but I removed the margin and that didn’t fix it.

The weird thing is, the orange color of the line is definitely a color we are using elsewhere, but I can’t figure out why it would be appearing here. And since I can’t edit the Posts page like a traditional Pro page, I can’t just force the line to go away.

I will send a link to the page in a private note.

Thanks in advance for your help!

Hello @daneruef,

Thanks for writing in!

Please add following CSS under Pro > Theme Options > CSS to remove orange line:

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

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

This worked!

Thanks very much! You guys rock.

You are most welcome!

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