Hi there,
i would like to hide the small white circles on the slider. I just searched for it in this forum and found this:
ol.carousel-indicators {
display: none;
}
but it doesnt work anymore with the new update. Can you help me?
Hi there,
i would like to hide the small white circles on the slider. I just searched for it in this forum and found this:
ol.carousel-indicators {
display: none;
}
but it doesnt work anymore with the new update. Can you help me?
Hi @juli2202,
I hope you are well today and thank you for your question.
You can try hiding them by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
ol.flex-control-nav.flex-control-paging {
display: none;
}
Best Regards,
Movin
Hi Movin,
that works - thank you very much!!
Best regards,
Juliane
You are most welcome here