简体   繁体   中英

Converting slider arrows to dot slider

I'm trying to figure out how to change the arrows on a slider to dots at the bottom. Here's the current code for the arrows:

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

Website is scenesongs.com -- it is the second slider.

You use this image for arrows: https://scenesongsuploads.s3.amazonaws.com/wp-content/themes/SceneSongs/library/images/arrows.png

So you can make a new image containing dots at the same positions and replace existing file arrows.png with the new one.

.home-slide-arrows .home-slide-prev.home-slide-next etc...

Are all using this image:

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

Change it to whatever you want it to be.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM