How can i remove the bullets / dots in the full screen slider :-)
See printscreen: https://www.dropbox.com/s/g6ctvt1j46nidvl/Schermafdruk%202016-01-04%2022.49.18.png?dl=0
Thanks!
Hey skeereweer!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-fullscreen-slider .scroll-down-link,.avia-slideshow-dots {
display: none;
}
Best regards,
Yigit
Hi skeereweer!
Add this to your custom CSS.
.avia-slideshow-dots { display: none !important; }
Cheers!
Elliott
Great! Thanks Elliot! More cleaner now, i like!