How to remove category from the top of each page/article

Hi,

I wanna remove the category from each page/article, but i can´t.
The hole area.

Thanks

Hi @luismscarvalho,

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 -> Shapely Options -> Other

.content ul.post-meta li:last-child {
    display: none;
}

Best Regards,
Movin