Hey,
http://www.coolbudgethotels.com/lake-tahoe/
I want the controls in all Easy Slider element to be visible immediately.
What code shall I add?
Thanks
Charlotte
Hey Charlotte!
Please add following code to Quick CSS
.avia_desktop .av_slideshow.avia-slideshow .avia-slideshow-controls a {
opacity: 1;
filter: alpha(opacity=1);
}
Cheers!
Yigit
Thanks :)