Tagged: easyslider
Hi there!
I’d like to change, on a easyslider, the bullet control to custom images.
Please check my website link (in private content area). In the “Quem Somos” area there’s an easyslider. Instead of the bullets or navigation button, I’d like to change them to the two blue images bellow the easyslider; the first one will be assigned to the first slide and the second to the second slide.
How can I achieve that?
Thanks in advance.
Hey maripupo,
Thank you for using Enfold.
Use something like this in the Quick CSS field.
.avia-slideshow-dots a {
width: 82px;
height: 80px;
}
.avia-slideshow-dots a:nth-child(1) {
background: url(https://target1.com.br/okay/wp-content/uploads/2016/12/botao_quemsomos.png) no-repeat center center;
}
.avia-slideshow-dots a:nth-child(2) {
background: url(https://target1.com.br/okay/wp-content/uploads/2016/12/botao_quemsomos.png) no-repeat center center;
}
Adjust the background url.
Best regards,
Ismael