Viewing 4 replies - 1 through 4 (of 4 total)
  • YellowPencil

    (@waspthemes)

    you can hide it with CSS code. If you not know CSS, try visual css editor plugin.

    Thread Starter actiondave

    (@actiondave)

    Hi thanks for your rely.

    I tried to add these to style.css,

    .entry-author-link { display: none; }
    .entry-permalink { display: none; }
    .entry-date { display: none; }
    .entry-meta { display: none; }

    but they didn’t work.

    YellowPencil

    (@waspthemes)

    Your selectors is wrong. :/

    Try this code:

    .meta-line{ display: none !important; }
    Thread Starter actiondave

    (@actiondave)

    Hi, I just tried that suggestion (cut and paste) but sadly it didn’t work.
    But then I added a space between the “meta-line” and the “{“, and then it worked great.
    Thanks for your help, my page looks a lot cleaner now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘hide post author and date in maxflat-core theme’ is closed to new replies.