Comments landonhanser started the conversationMarch 13, 2018 at 3:33pmI'm looking to remove the transition dots on ALL carousels and sliders on this page: http://www.brandmemd.com/business-2-landing/On Image Gallery(Flickity) https://www.screencast.com/t/K6gx6xh53SaeOn Testimonial Carousel(Flickity) https://www.screencast.com/t/JdMFA8tC8On Team Member Carousel(Flickity) https://www.screencast.com/t/SrO4fHYcHa 3,034Andrew repliedMarch 14, 2018 at 11:00amHi there,Could you use the following CSS: ol.flickity-page-dots{ display:none; } Add it to salient \ general settings - css script related - custom css code.Hope this helps.1 Likelandonhanser repliedMarch 14, 2018 at 1:34pmThis did the trick but disabled the "Autorotate" ...Is it possible to keep Autorotate active while hiding the transition dots? 3,034Andrew repliedMarch 14, 2018 at 9:20pmHi there,I do not think the CSS can do that.Are you sure the CSS is the cause - did remove it to see the difference?You can also use this one that hides the dots: ol.flickity-page-dots { visibility: hidden; } but first make sure the CSS is the cause of the autorotate not happening.Thanks.1 Like Sign in to reply ...
I'm looking to remove the transition dots on ALL carousels and sliders on this page: http://www.brandmemd.com/business-2-landing/
On Image Gallery(Flickity) https://www.screencast.com/t/K6gx6xh53Sae
On Testimonial Carousel(Flickity) https://www.screencast.com/t/JdMFA8tC8
On Team Member Carousel(Flickity) https://www.screencast.com/t/SrO4fHYcHa
Hi there,
Could you use the following CSS:
Add it to salient \ general settings - css script related - custom css code.
Hope this helps.
This did the trick but disabled the "Autorotate" ...
Is it possible to keep Autorotate active while hiding the transition dots?
Hi there,
I do not think the CSS can do that.
Are you sure the CSS is the cause - did remove it to see the difference?
You can also use this one that hides the dots:
but first make sure the CSS is the cause of the autorotate not happening.
Thanks.