Home>Support>Remove navigation buttons from Slider (Carrusel SiteOrigin)

Remove navigation buttons from Slider (Carrusel SiteOrigin)

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 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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 5 months ago Alex S
    Hi, I Work Here

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

  2. 7 years, 5 months ago uralekt

    Hello Alex,

    Yes, it worked perfectly. Thank you very much!

  3. 7 years, 5 months ago uralekt

    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.

  4. 7 years, 5 months ago Alex S
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More