Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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;}
This works, but, this code also removes the pagination from the Layout slider — which I don’t want to do. I only want to remove pagination from the Hero Slider. Any ideas? Thanks.
Hi
Thanks for reaching out.
You can try:
Hi Andrew, thanks for the code it works great. I just have one more request. Is it possible to only remove pagination for a single Hero instead of sitewide? Could the CSS row, cell or widget attributes be used to make this happen?
Glad to hear you’re making progress. Sure, you could prefix the above rules with a class name. There are two rules above so each rule would have to be prefixed. Please, find a post on using Attributes below:
Post: A Custom CSS Guide to Page Builder Row, Cell & Widget Attributes
Got it Andrew. I couldn’t figure out how to layout the CSS but after your comments on adding a prefix, I added the following to my CSS:
.no-navigation .sow-slider-pagination { display: none !important;}
.no-navigation .sow-slide-nav {display: none !important;}
and then added “no-navigation” in the Hero’s “Widget Class” and voila, it worked! Exactly what I wanted. Thanks again for your help.
Awesome :) I’m glad to hear you’ve made progress; thanks for keeping us updated.
Cheers for now.
Andrew