Hi contacternst,
Currently only site-title and site-description are displayed in the header.
In order to make an image be displayed it is necessary:
1) to change image logo.jpg for the one you need in folder /wp-content/themes/newlife/image/
2) edit file header.php in your theme. Please find line 27 in this file
<!–“><img src=”<?php echo get_template_directory_uri();?>/image/logo.jpg” alt=”” />–>
and change it for
“><img src=”<?php echo get_template_directory_uri();?>/image/logo.jpg” alt=””
Sincerely,
Support Team