Activelo Slider Featured Image

Hello,

I have a question regarding the slider in the Activello theme. It’s there any way to stop showing the category, post title and the ‘‘read more’’ option from the featured image within the slider?

Thank you in advance for your help,
Cristina

Hi Cristina,

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


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

Best Regards,
Movin

Hello Movin,

Thank you so much for your help. It’s working great. :slight_smile:

Best Regards,
Cristina

You are most welcome here :slight_smile: