Remove category from Activello slider (other suggestions haven't worked)

Hey Movin,

You have been awesome with all the issues I have been able to resolve with the forum answers until now…

I have tried your suggested custom CSS to remove the post category from being visible in the slider, but they haven’t worked. Can you help me, please? Thanks!

In case you need it,

Thanks!,
Allison

Hi Allison,

I hope you are well today and thank you for your question.

You can try removing it by adding the following CSS code in the Custom CSS option of your theme on the below path.

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

.flex-caption .post-categories {
    display: none;
}

Best Regards,
Movin

This worked. Exactly what I was needing!
A small tweak, make sure the “.” is before the “flex-” portion.

For example, it should be:

.flex-caption .post-categories { display: none; }

You are most welcome here :slight_smile: