Replies: 0
Hi there,
I am using Gutenslider for several image sliders on my site. Apart from that there is a custom post slider implemented by using Gutenslider’s slick slider library.
jQuery(document).ready(function(){
jQuery('.dv-post-slider').slick({
infinite: true,
slidesToShow: 3,
slidesToScroll: 3,
dots: true
});
});
So far everything worked fine, I then recently upgraded Gutenslider to 4.4.7 which broke the styling of the previous/next arrows as seen on the front page of the site. Any ideas how to fix this?