Viewing 3 replies - 1 through 3 (of 3 total)
  • Place this CSS code inside the Custom CSS box of your theme or use a plugin like PC Custom CSS.

    .post-date {
        display: none;
    }
    .post-info-top .by, .post-info-top .post-author {
        display: inline-block;
        text-indent: -9999px;
    }
    .post-info-bottom-categories {
        display: inline-block;
        text-indent: -9999px !important;
    }
    .post-info-bottom-tags {
        display: inline-block;
        text-indent: -9999px !important;
    }
    Thread Starter chamacs

    (@chamacs)

    Thanks.

    Theme Author richarduk

    (@richarduk)

    Options Page -> Add CSS, javascript or shortcode in the head (ignore this if you’re not sure) -> Add CSS, javascript or shortcode in the head element of all pages of your website

    <style type=”text/css”>
    p.post-info-top,
    p.post-date,
    p.post-info-bottom-tags,
    p.post-info-bottom-categories{
    display:none;
    }
    </style>

    Richard

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove Date and Author from posts’ is closed to new replies.