Categories on page posts

Hi there
Absolutely love this theme. The only issue I have is that the category shows up on the top of the page when you click on the specific topic. This also happens for tags as well. Is there any way to remove this

Hi Christinam,

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

I am not sure exactly which category you want to remove which is shown in your shared screenshot.

If you want to remove Travel category then try 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.archive.category h1.page-title {
    display: none;
}

If you want to remove the APPS category then instead use the below CSS code.

article .post-inner-content li.cat-item {
    display: none;
}

Best Regards,
Movin