Slick Slider Next Arrows not showing

后端 未结 3 1774
灰色年华
灰色年华 2021-02-13 02:41

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

3条回答
  •  时光说笑
    2021-02-13 03:19

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

提交回复
热议问题