I would like to hide my Slider category

So I enjoy the look of the slider, with the categories and title, but since we have to create a slider category I’d prefer to not see that category. I tried naming it “Latest” but I’d prefer it didn’t show up at all.

Hi @jaykimdotnet,

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

You can try hiding it 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 li:last-child {
    display: none;
}

Best Regards,
Movin

Thanks! That’s perfect!

You are most welcome here :slight_smile: