Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello justinrobbins,

    Copy your parent theme single.php into your child theme and remove below HTML from template

    <footer class="entry-footer"></footer>

    <div class="about-author"></div>

    OR add below code of CSS in your child theme style.css

    .entry-footer,
    .about-author{display:none;}

    Thanks

    Thread Starter justinrobbins

    (@justinrobbins)

    Hi
    I don’t see the HTML you are referring to but the child theme style entry worked.
    Thanks very much for your quick response.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘bhost – remove footer content in posts’ is closed to new replies.