I\'m trying to get the next and previous arrows to show up next to the product slider, just like in the Slick Slider example. But my sample doesn\'t seem to load the appropriat
if the arrow are on a white background just add a color for them in your css like this:
.slick-prev:before, .slick-next:before { color: #09529b !important; }