replacing the original header image
-
Hi Guys,
I’m currently using the Harmony 2.0 theme.
In the header for this theme, there are two main image sections. I have successful uploaded a logo which has replaced the left hand side image. I have been trying to replace the right hand side one with very little luck.Under editor, in the header.php file the code below is the one which takes case of the right hand side image. I thus replaced image source (i.e. “<?php echo esc_url( get_stylesheet_directory_uri() . ‘/images/default-header.jpg’ ); ?>” class=”) with the one I need but this results in the image not covering the entire area. Could anyone please offer some advice?
<img src=”<?php echo esc_url( get_stylesheet_directory_uri() . ‘/images/default-header.jpg’ ); ?>” class=”” width=”670″ height=”250″ alt=”” />
The topic ‘replacing the original header image’ is closed to new replies.
