簡體   English   中英

將滑塊箭頭轉換為點滑塊

[英]Converting slider arrows to dot slider

我試圖弄清楚如何將滑塊上的箭頭更改為底部的點。 這是箭頭的當前代碼:

<div class="home-slide-arrows">
    <div class="home-slide-prev"><div class="inner"></div></div>
    <div class="home-slide-next"><div class="inner"></div></div>
</div>

網站是scenesongs.com-這是第二個滑塊。

您將此圖像用於箭頭: https : //scenesongsuploads.s3.amazonaws.com/wp-content/themes/SceneSongs/library/images/arrows.png

因此,您可以制作一個在相同位置包含點的新圖像,並用新圖像替換現有文件arrows.png

.home-slide-arrows .home-slide-prev.home-slide-next等...

是否都使用此圖像:

https://scenesongsuploads.s3.amazonaws.com/wp-content/themes/SceneSongs/library/images/arrows.png

將其更改為您想要的任何內容。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM