Hi,
I created a specific category for blogposts to show up on a specific page but not on the blog page. So far everything works great, but I want to remove the meta data for this specifi category named projecten ;
The data I want to remove =
- Article Information
- Last Modified on 8 juni 2015
- This entry was posted in Projecten
- Bookmark this article project test 1
- Edit This Post
- More Articles
I tried to modify my child theme’s css with :
.category-projecten.post-meta {
display:none;
}
I also tried:
.category-projecten.entry-footer single-footer [
display:none;
}
But no joy unfortunately
So, anyone knows what to do?
http://willvinc.be/vosnet/index.php/2015/06/08/project-test-1/