Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Scissor Themes

    (@scissorthemes)

    Hi @sarahkbockholt

    To hide the author meta you can use the below code, Paste in Cusomtiser >> Additional CSS area.

    .entry-author {
    display:none;
    }

    If you want to hide both date and author use the below code

    .entry-meta{
    display:none;
    }

    Let us know whether it worked for you or not.

    Further, a review on WordPress will be highly appreciated.

    Best Regards
    Scissor Themes

    Thread Starter sarahkbockholt

    (@sarahkbockholt)

    Thank you – that worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing Author Name on Blog Posts’ is closed to new replies.