Tagged: slideshow
Hi
in the sliders on the page i like the control elements – the arrows. BUT the bullet points in the bottom link to anchors. Maybe it has something to do with the other slideshows on the page? On them the buttons link to anchors #2 etc. I need help to control that or disable the bullet points.
Thx, Oliver
Hey heufti65,
To disable the dotted slider controls try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - */
.avia-slideshow-dots {
display:none;
}
Best regards,
Vinay