Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1371652

    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.

    #1371653

    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

    #1371719

    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?

    #1371764

    Hi,
    Sorry, I’m not sure I understand what you are referring to, this topic was about removing a border, did this solution help?
    Typically we ask to start a separate thread for each request so it is easier for everyone to follow along.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.