We’ve been attempting to customize the Owl slider for the thumbnails on product pages. Our goal is to show 6 centered product thumbnails, instead of 4 (primarily for desktops). The mobile functionality can stay the same.
We’ve tried directly editing the Owl.Defaults in /js/owl.carousel.js, but the changes aren’t applying. Are there other js files we should be customizing? Please let us know if you have a suggestion for a function that would allow this customization.
You can customize its parameters in the file js/functions.js, function name – initThumbnailsHorizontal. But you will have to disable JS minification option in Theme Settings -> Performance.