How to remove "Category" on the front page?

Hi

Sorry for asking so many questions as I am rushing my website. And I can’t seem to find this solution from the forum.

I would like to remove the category shown above the title of the post and featured image on my front page.

I have attached a screenshot for your reference. For example, “Travel” is the category and “Travel Writing” is the name of the post. How can I remove “Travel” (category)? Thanks!

Hi @wanderer74,

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

body.home .post-inner-content .cat-item {
    display: none;
}

Best Regards,
Movin

Thank you so much!!!

You are most welcome here :slight_smile: