Me again!
I was possible to remove the slider dots or change them to arrows? or change the colour? can this be actioned on both Mobile and Desktop.
Thank you in advance
the-botanical-factory.myshopify.com
crudah
Solved! Go to the solution
This is an accepted solution.
You can add the following code at the bottom of your assets/theme.css file.
To change the dots colors.
#section-slideshow .flickity-page-dots {
color: red !important;
}
To remove dots.
#section-slideshow .flickity-page-dots {
display: none;
}
Hope this helps.
Thanks!
User | Count |
---|---|
543 | |
212 | |
129 | |
78 | |
44 |