How can I remove the title and subtitle on the Slider Images?

Hi,

I’d like the Slider images to appear just as images (with hyperlinks that goes to certain Pages). I don’t like the Post title and content to appear at all. Is this possible?

Thanks!

Hi @scorecontracts,

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

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

.flexslider .flex-caption {
    display: none;
}

Best Regards,
Movin

Hi Movin,

I am very well, Thank you. I hope you are doing great.
Thanks for the quick response.

The Custom CSS Code worked like magic! Many thanks.

You are most welcome here :slight_smile: