Home › Forums › WordPress Themes – Premium › Pure & Simple › Remove meta data for specific categories
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 =
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/
Hi Willem,
You can use the following custom css to hide the article information.
.category-projecten .entry-footer {
display: none;
}
and regarding the more article options do you want to remove it on only this category or all pages.
Thanks
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.