Tagged: easy slider
Hello,
Our designers like to mockup sliders with the navigation dots colored differently and placed below the image rather than on top.
.avia-slideshow-dots .avia-slideshow-controls
a.goto-slide
Any quick reference on this? I looked around a bit and my code keeps putting the docs behind a frame.
Thanks
Cory
Hey johncory,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
Hi,
Thank you for the update.
You can use this css code to move the dots below the slider images.
.avia-slideshow {
padding-bottom: 37px;
}
And this css code to set the navigation to always display.
.avia_desktop .av_slideshow.avia-slideshow .avia-slideshow-controls a {
opacity: 1;
filter: alpha(opacity=100);
}
Best regards,
Ismael