• Resolved netniks

    (@netniks)


    Is there a way to make the Header Banner a permanent element across all pages in my site?

    Thanks and regards,
    Todd

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Afterimage Designs

    (@afterimagedesigns)

    Hi Todd,

    Yes, There is a way, you can edit the header.php and remove the code I boxed out – https://www.screencast.com/t/3FUtXmEOO, I suggest you do it in the child theme.

    Thread Starter netniks

    (@netniks)

    Thanks so much for that! Thank you for the extra effort in illustrating it, too, as the screenshot was very helpful.

    In the event that the screencast image becomes unavailable for any reason, remove the following two lines from the header.php file in your child theme folder:

    <?php if(is_front_page() && !get_theme_mod( 'header_banner_visibility' )): ?>

    and

    <?php endif; ?>

    These two lines are separated by some HTML and PHP, but leave all of that in place.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header Banner on all pages’ is closed to new replies.