Hello,
- It is recommended to use the following jQuery Code if you are planning to use the Default js/function.js File Carousel functionality:
jQuery(window).on('load', function(){
jQuery('.carousel-widget').find('.owl-nav i').removeClass('icon-angle-left').addClass('your-custom-icon');
jQuery('.carousel-widget').find('.owl-nav i').removeClass('icon-angle-right').addClass('your-custom-icon');
});
- You can simply use the following CSS Code:
.owl-carousel .owl-nav [class*=owl-] { opacity: 1 !important; }
- You can use all the default classes or ids. Simply adding the .customjs Class to the .carousel-widget Element will disable the js/function.js File's default functionality and allow you to use your own Customizations.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.