Viewing 1 replies (of 1 total)
  • Tanay

    (@tanaykhandelwal-1)

    Hey! jackobriant

    Check and configure header.php code in Child_Theme. remove the below if condition which includes the header-image-section only on front page.

    <!-- header image section -->
     <?php
      if ( is_front_page() ) {
      	get_template_part( 'includes/front', 'header-image-section' );
      }
    ?>

    Regards,
    Tanay Khandelwal

Viewing 1 replies (of 1 total)
  • The topic ‘Header Image’ is closed to new replies.