There is a gray line at the top of my easy slider. I’ve tried adding a class and and ID to the slider so I can add some custom CSS to disable the line. But when I inspect the element in the browser, neither my class or ID shows up. The element is identified as:
div#after_section_2.main_color.av_default_container_wrap.container_wrap.fullsize
It seems like a bad idea to use CSS for this –will the ID change if I add another section above it? But even when I try to add a border: none setting to it in my CSS, I can’t seem to turn the border off.
Hey braymond64,
Thanks for the link to your site, try this css:
.container_wrap.fullsize {
border-top-style: none;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thanks. I think I was working too late to remember “clear the cache!” If I want the captions to be under the image, do I need to use the Advanced Layer Slider?