Hi!
Arrows are permanent by default on the full width easy slider.
Is there a way to have the arrow navigation only on hover like the easy slider?
http://gyazo.com/ef495813e5baf55b979754b712950b90
Thanks for help
Peter
Hey Peter!
Try adding this code to the Quick CSS:
.avia-fullwidth-slider .avia-slideshow-arrows {
opacity: 0;
}
.avia-fullwidth-slider:hover .avia-slideshow-arrows {
opacity: 1;
}
Cheers!
Josue
Hey Josue!
Works fine…
Thanks a lot for your help
Peter
You are welcome Peter, glad to help :)
Regards,
Josue