it worked!!! I followed tommee’s code. ?? Thank you both (batharoy and tommee).
Earlier on tommee’s code didn’t work because I didnt notice that the image had to be in twenty fourteen child’s theme (my bad!). I adjusted his code a bit so that the image can be in any location:
<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><img id="site-logo" src="/images/site-logo.png" alt="THE NAME OF YOUR SITE" /></a></h1>
I did not need to add this into style.css because it already worked without it
img#site-logo {
max-width: 100%;
height: auto;
}
.search-toggle {
display: none;
}
Thank you guys!