Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #570460

    I would like the Post Slider Navigation arrows to always be visible, not just visible on hover.

    I saw several posts with suggested CSS code to do this, but none worked.

    What would you recommend?

    Here’s a page: http://www.hessel.org/post_sermon-series-doubts/

    The slider is at the very bottom (previous sermon serif).

    Thanks,

    Terry

    #570677

    Hey Andy!

    Add this to your custom CSS.

    .avia-slideshow-arrow, .avia-slideshow-arrows * {
        opacity: 1 !important;
        display: block !important;
    }

    Regards,
    Elliott

    #570711

    For this to work, I must deactivate “Remove query string from CSS & Javascript” plugin. I’ve tried 2 different ones.

    What effect will keeping the query strings have on my website?

    Thanks

    #571132

    Hi,

    I’m not sure what you mean by that, a plugin is telling you to do that? What plugin is it?

    Thanks,
    Rikard

    #1098146
    .avia-slideshow-arrow, .avia-slideshow-arrows * {
        opacity: 1 !important;
        display: block !important;
    }

    for me this not work, is this code still valid?

    Thanks

    #1098148

    Solved.

    .av-horizontal-gallery .avia-slideshow-controls a {
        opacity: 1 !important;
    }
    #1098217

    Hey ptolda,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Post Slider Navigation arrows always visible’ is closed to new replies.