Archived topic
How to remove date from posts in specific category
3 replies · Started by Guido on December 19, 2017
Viewing posts 1–4 of 4
How can I remove the date from a post within a specific category? I would like to remove the date from all posts placed in 'category X'. I know there is a possibility to remove the date from all posts in the customizer, but that's not what I'm looking for.
Hi there,
Try this CSS:
.category-categoryx .posted-on {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thanks Leo, works like a charm!
No problem!
This archived topic is closed to new replies.