Slick Slider Arrows Need To Be Fixed and Not on Hover

Hi Guys,

Wondered if anyone can help. I have the slick sliders and would like to see what it would be like so the arrows on the sliders are fixed instead of on hover.

I’ve just spent 3 hours looking for it, and cant find it anywhere :disappointed_face:

Website is www.coolplates.co.uk

Thanks in advance

Hi @coolplates ,

Please go to Actions > Edit code > Assets > global.css file and paste this at the bottom of the file:

.slick-carousel .laber_append_arrows {
    opacity: 1 !important;
}
.slick-carousel .laber_append_arrows .slick-arrow {
    opacity: 1 !important;
}