Imran
    Spectator
    Posts: 402
    January 30, 2016 at 11:20 pm #23951

    Hi there,

    Thanks for writing in!

    How to remove/hide author, date, category on the post ?

    Please add the following code under your Appearance -> Theme Options -> Custom CSS:

    .entry-meta.entry-header {
    display: none;
    }

    .entry-categories {
    display: none;
    }

    Hope this helps.

    Thank you!