How do I remove the scrolling circles from a slider? I only want the arrows to remain.
Click on the overall div they’re in along the entire bottom and set it to display:none. Don’t delete it be you can’t get it back and will have to remake your slider. You can do the same for the arrows.
Give a class to their container element and pass it display none
Awesome. Thanks!
…
