Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #417677

    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.

    #417837

    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

    #417895

    Perfect!

    Thanks for your help Yigit.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Make Easy Slider navigation visible at all times’ is closed to new replies.