Viewing 1 replies (of 1 total)
  • Theme Author webriti

    (@priyanshumittal)

    Hi maina

    You need to customize theme’s code. So better create a child theme and copy paste the files front-home.php and header.php from the parent themes folder in it.

    1. Edit child theme header.php : Add the snippet mentioned below just after the last closing div
    <?php get_template_part('index', 'static');?>

    2. Edit front-page.php file of the child theme : comment the line of code just after get_header() ie get_template_part('index', 'static');

    Thanks
    Priyanshu

Viewing 1 replies (of 1 total)

The topic ‘insering banner’ is closed to new replies.