Styling the default controls is not as straightforward as it could be. It would be good if there were some options in the JS setup to have custom icons/images.
My solution in F5 was to create new completely separate buttons (".next-slide" and ".prev-slide"), and then trigger the existing functionality with some JS overrides as follows:
Styling the default controls is not as straightforward as it could be. It would be good if there were some options in the JS setup to have custom icons/images.
My solution in F5 was to create new completely separate buttons (".next-slide" and ".prev-slide"), and then trigger the existing functionality with some JS overrides as follows:
Then use some CSS to hide the built in controls: