Remove navigation buttons from Slider (Carrusel SiteOrigin)
Hi!
I read another couple of post about this and they don’t work with me, don’t know why.
I’d like to remove the navigation buttons (arrows I don’t mind) from the slider.
The slider I’m talking is this: www.parlante.ru/guias-turisticos
I’ve tried to copy this in Site Origin css editor:
.so-widget-sow-layout-slider .sow-slider-pagination {
display: none !important;
}
But it doesn’t work.
Thank you.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
4Hi Uralekt,
The CSS you referenced is for the Layout Slider widget which is why it didn’t work with the SiteOrgin Carousel widget.
If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Add the following CSS:
.so-widget-sow-slider .sow-slider-pagination { display: none !important; }How does that look?
You might also need to install the SiteOrigin CSS Editor.
Hello Alex,
Yes, it worked perfectly. Thank you very much!
Hello again, maybe I should open a new topic but I think could be useful if it’s here:
How to take arrows also away? )
Thank you.
Hi Uralekt,
Please replace the previously provided CSS with the following CSS:
.so-widget-sow-slider .sow-slide-nav, .so-widget-sow-slider .sow-slider-pagination { display: none !important; }You might also need to install the SiteOrigin CSS Editor.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.