Static image on front page

Hello,

Thank you for the great theme. I’d like to know if it is possible to have one static image on the front page instead of having the sliders. It should have the same position of the slider but it will be just one big image.

Please advise!

Thanks,

Sofia

Add your image directly inside template files. If you use static front page then you should edit front-page.php and if you use blog in front page then you need to edit index.php

Both template files has the same functions

<?php dazzling_featured_slider(); ?>
<?php dazzling_call_for_action(); ?>

And you can add your image code above or below these lines of code.