More than 3 years have passed since last update.
シンプルにこれで終わりです。
style.css
.slick-prev:before {
content: "" !important;
}
.slick-prev:after {
content: url(/assets/arrow_left.png);
}
.slick-next:before {
content: "" !important;
}
.slick-next:after {
content: url(/assets/arrow_right.png);
}
ページ内にカルーセルが複数ある場合、ググると逆にハマります。。。
Why not register and get more from Qiita?
- We will deliver articles that match you
By following users and tags, you can catch up information on technical fields that you are interested in as a whole
- you can read useful information later efficiently
By "stocking" the articles you like, you can search right away
Sign upLogin