Okay
  Public Ticket #203125
Hide post author, tags, from "Home Page" Recent Post
Closed

Comments

  • Amado started the conversation

    Good afternoon.

    Can you please provide the CSS code to hide the post author on the home page.

    I tried yet it removed the post title as well.

    Thank oyu for your help in advance.

  • Amado replied

    Found it thank you :)

    .meta-date, .meta-category, .meta-comment-count, .meta-author {
       display: none!important;
    }