To change the color of the arrows in Slick Slider, add this short CSS script to your CUSTOM CSS area:


.slick-dots li button:before {
    color: white !important;
}


You can adjust the color by changing the name of the color in the CSS or you can put a color hex code for the color pallet you'd like to use.