Hi,
I wanna remove the category from each page/article, but i can´t.
The hole area.
Thanks
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