Archived topic
Remove post date from posts in a specific category
3 replies · Started by Pavol Juhasz on May 15, 2016
Hey Tom,
I hope you are doing well :)
Just a quick question:
I would like to Remove post date from posts in a specific category.
I have 2 categories at the moment: 'Blog'and 'Reviews'. I need the date to be removed from all posts under 'Reviews'category.
I tried to use this css:
.post-category .category-Reviews .postdate { display: none; }
but I guess it's named differently in your theme :)
Thank you in advance :)
It should be something like this:
.category-reviews .posted-on {
display: none;
}
Let me know :)
Worked like a charm, thanks ^^
You're welcome :)
