Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Bilkish

    (@bilkish)

    I’ve resolved my problem using following in CSS:

    .post-author {
    display: none;
    }

    .comments {
    display: none;
    }

    Thread Starter Bilkish

    (@bilkish)

    Sorry, code for “comments” is without “s”:

    .comment {
    display: none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove “Author” and “Number of Comments” under Post Title’ is closed to new replies.