Okay
  Public Ticket #2761223
Looking to remove features on blog post like categories and author.
Closed

Comments

  • Josh Reaume started the conversation

    I am using the Carrepair template and am creating a news section for our group.  I am using it by using the Blog Post feature in WordPress.  I am unable to remove the author and category tags that are listed on each blog post.  How would I do that?

  •  1,627
    Andrey replied

    Hello, Dear Josh Reaume!

    To hide these details, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

    .catlinks-bottom {
        display: none;
    }
    .author-meta.side-item.content-padding.content-overlapping.topmargin_60 {
        display: none;
    }
    

    Then save changes and check the results at front-end.

    Best Regards!