costumizing slider without title of posts

Hi there,
I have one more question. Is there a way of costumizing the themes slider? I would like it to be just the images without the titles of the posts.
Thank you so much!
Alex

Hi Alex,

Thank you for your question.

You can just hide theme slider text by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

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

Best Regards,
Movin

Hi Movin,
Thank you so much :-D! It worked…
All the best
Alex

You are most welcome here :slight_smile: