Hi,
How can i hide a specific easy slider’s navigation controls?
.avia-slideshow-arrows { display: none; }
This code in Custom Css area hiding all of the navigation controls on all of the sliders. Is there any other way to do it on specific one?
Thanks.
Merhaba Bülent!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-builder-el-0 .avia-slideshow-arrows { display: none; }
You just need to change element number from 0 to your element number. You can right click on Chrome or in Firefox and inspect elements to find element number http://i.imgur.com/KCoXaAX.jpg
Regards,
Yigit