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
Hey Andy!
Add this to your custom CSS.
.avia-slideshow-arrow, .avia-slideshow-arrows * {
opacity: 1 !important;
display: block !important;
}
Regards,
Elliott
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
Hi,
I’m not sure what you mean by that, a plugin is telling you to do that? What plugin is it?
Thanks,
Rikard
.avia-slideshow-arrow, .avia-slideshow-arrows * {
opacity: 1 !important;
display: block !important;
}
for me this not work, is this code still valid?
Thanks
Solved.
.av-horizontal-gallery .avia-slideshow-controls a {
opacity: 1 !important;
}
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