Slider with Chosen Images vs. Posts

Good evening,

Is it possible to disable the slider that links to certain posts and instead have a slider of just photos in its place? I tried installing a plugin, but I’m not sure exactly where to paste the function or how to disable the current slider.

Thank you!

Hi there

Hope you are having a good day and thank you for your question
In order to check your question i need to see your live website, please provide url and i will take a look

Good morning,

Thank you for your quick reply! My live website can be found here: http://reenaroams.com/.

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the links in the slider by going to Appearance > Customize > Additional CSS and pasting it there.


/*Remove post title*/
flex-caption.h2 {
    display: none;
}

/*Remove read more*/
.read-more {
    display: none;
}

Best Regards,
Support

Thank you so much for this information!

Is it possible to hand select which images are displayed then?

Good eveninig

Is it possible to hand select which images are displayed then? - No, that’s not possible but you can create one category of post for slider and select it in the slider settings

I can certainly do that - thank you!

I have posted the code you provided:

/Remove post title/
flex-caption.h2 {
display: none;
}

/Remove read more/
.read-more {
display: none;
}

But only the “Read More” section has been removed. The post category and post title are still visible.

Hi there,
Thanks for keeping in touch.
In this case, could you try and adjust the code to this:

.flex-caption {
display: none !important;
}

I hope this helps.
Best Regards,
Support.

That worked perfectly. Thank you so much for your help!

You are welcome :slight_smile:

I will close this case now, Feel free to contact us again if you have other questions Thanks!