Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello, I have several carousels on my website, but I would like the forward and backward navigation arrows to appear only on some of them. Is this possible? Thank you
Sure, just right-click a carousel in the gridder that you don't want to have arrows for. Click Set HTML class and ID, and for HTML class, enter:
hidearrows
Enter this css in "lay options" -> "custom css & html" -> "custom css"
.hidearrows .flickity-prev-next-button{ display: none!important; }
thank you so much