Slick Slider Arrows Need To Be Fixed and Not on Hover

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;
}