Slick Slider Next Arrows not showing

后端 未结 3 1785
灰色年华
灰色年华 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 you have included slick-theme.css and are still having problems it is because the theme expects to be in a subfolder (e.g. /theme/slick-theme.css) but the default download puts the slick-theme.css in the same folder as ajax-loader.gif and the fonts folder which are both referenced from the theme.

    Solution: Put the slick-theme.css file in a subfolder or edit the css so that it no longer tries to look in a parent folder. You may also need to change the colour of the arrows as suggested by Sai

提交回复
热议问题