How to remove pagination from Hero Slider and not Layout Slider
By lgtrader, 3 years ago. Last reply by Andrew Misplon, 3 years ago
Hi, I’m trying to remove the pagination (arrows and the dots) on just the Hero slider. In “Slider Controls” I set the “Navigation size” to “0” but the dots still show on on hover. I also tried the following css solution I found on your site: .sow-slider-pagination { display: none !important;} .sow-slide-nav {display: none !important;}…