Remove all text from Slider

Hi,

Is it possible to remove all the text that displays on each image that appears on the Slider? Right now, it displays the Category, the Link to the post, then a Read More. It’s all very busy and you can barely even read the text. So removing it all completely would be nice.

Thank you,
Patty

Hello Patty

Yes this is possible, please add this CSS in appearance - customize - additional CSS

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

Thanks!
Colorlib Support Team

Excellent! It worked. Thank you so much!

Thank you too :slight_smile:

I will close this case now