Remove Slider Text

Hi!

I want to remove slider text, because I want that slider looks like a gallery. Something like that. It’s possible?

Thanks!

Hi @antarakorai,

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 your theme on the below path.

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


.flex-caption {
    display: none;
}

Best Regards,
Movin