Remove Category

Hi,

how can I remove the category above the post? It appears only when I click at the category.
I added a picture to make clear what I mean.

Thanks! Nadine

Hi Nadine,

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


.archive.category #main > header.page-header {
    display: none;
}

Best Regards,
Movin

Thanks again for your help!

You are most welcome here :slight_smile: