Hi Guys,
On the full width easy slider is there a way that we can remove the transition dots so that they don’t appear on the slider, especially on the mobile, because they cover most of the content. or make them transparent if that easier solution?
Thanks
Leroy
Hey designing!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 990px) {
.avia-slideshow-dots { display: none; }}
Best regards,
Yigit
That’s great Yigit.
Thanks very much
Leroy