Can I have multiple image sliders on my website?

Hi,
I’m currently using the built-in image slider for the home page of my website.

Is it possible to also have a different image slider on a different page within my website? If not, do you recommend a good third-party plugin that has a full frame image slider?

Lastly, is there a way that I can remove the little pagination marks on the bottom of the sparkling slider? (see screen shot for ref)

Thanks so much :slight_smile:

Attachment didn’t make it the first time, here it is.

Hi @suzette008,

I hope you are well today and thank you for your questions.

Is it possible to also have a different image slider on a different page within my website? If not, do you recommend a good third-party plugin that has a full-frame image slider?

Currently, the theme doesn’t provide this functionality but you can try achieving this using any of the following plugins.

Lastly, is there a way that I can remove the little pagination marks on the bottom of the sparkling slider? (see screen shot for ref)

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

.top-section ol.flex-control-nav.flex-control-paging {
    display: none;
}

Best Regards,
Movin

Thank you very much, Movin. I appreciate the support.

You are most welcome here :slight_smile: