Category on Post Preview

I want to remove the way that the category shows on the preview of each posts… I’ll share a picture of it because I don’t seem to explain it right.

I want to remove the way it shows OTHER with the blue line underneath. I don’t mind it when I click on the actual posts, but when it’s like this on the home page, I don’t like…

I hope I make sense,
Thanks.

Hi @divingunder,

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.blog .post-inner-content ul.single-category {
    display: none;
}

Best regards,
Vinod Dalvi