StyledThemes

Remove meta data for specific categories

Home Forums WordPress Themes – Premium Pure & Simple Remove meta data for specific categories

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16233
    Willem
    Member

    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/

    #16234
    Shekhar Bhandari
    Participant

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.