Hi there, is it possible to make the Easy slider navigation (arrows and dots) visible at all times?
I’ve set ‘Slideshow control styling’ to ‘Default’ and the navigation is hidden until you hover over the slide.
Hey danbooth!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_desktop .av_slideshow.avia-slideshow .avia-slideshow-controls a {
opacity: 1;
filter: alpha(opacity=1);
}
Regards,
Yigit
Perfect!
Thanks for your help Yigit.