Category on featured slider area

The category name displays on the feature slider images on the homepage, I would like to have this removed.

Hi @melwip,

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 .post-categories {
    display: none;
}

Best Regards,
Movin