Hi @fm
ok. I try to help!
You can add a class to every element here:
0_1513251585800_Bildschirmfoto 2017-12-14 um 12.39.22.png
0_1513251600816_Bildschirmfoto 2017-12-14 um 12.39.35.png
.no-next .flickity-prev-next-button.previous {
display: none !important;
}
Add a class to the carousel as well called for example no-click.
.no-click .flickity-prev-next-button.previous {
pointer-events: none;
}
I did not test the code but I think it should work.
Best!
Marius