Hi,
I have a small easy slider with many pictures. Problem is that images are now full of dots !
How can I hide them in general, or specifically for this slider ?
Thanks
Hello totofunk!
I guess you already found a fix. You can add this on your custom.css or Quick CSS:
.avia-slideshow-dots {
display: none;
}
Cheers!
Ismael
right. Getting better in CSS everyday !
Thanks