Viewing 1 replies (of 1 total)
  • Hello dressthebump,

    You can hide it with css. Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    #single-post-author-info {
      display: none;
    }

    Hope this will helps you.

    Thanks !

Viewing 1 replies (of 1 total)
  • The topic ‘Remove About Admin at bottom of posts’ is closed to new replies.