Remove meta stuff below post title on blog page for quotes?

  • Posted in : Editor
  • Solari
    Participant

    How can I remove the meta stuff (DECEMBER 30, 2014 0 COMMENT 1 MIN READ QUOTES ) etc. below the title on the blog page just for quote post-types and perhaps image post-types as well?

    Thank you!
    Ray

    Solari
    Participant

    Alternatively, is there also a way to just show the date and remove everything else on the meta line?

    Solari
    Participant

    As info, I was able to get most of the meta removed by using this CSS through trial and error. Please let me know if it’s proper or if there’s a more efficient way of doing it:

    .single-post .comment-link { display: none; }
    .single-post .read-time { display: none; }
    .blog-simple .comment-link { display: none; }
    .blog-simple .read-time { display: none; }

    Thanks!
    Ray

    serkan
    Moderator

    Hi Ray,
    You can use this custom css code;

    .entry-meta .comment-link, .entry-meta .read-time { display: none; }

    Thanks

    Solari
    Participant

    Much appreciated.

    Ray

    serkan
    Moderator

    Cheers.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register