Change logo from navigation section. In navigation section(which is located top of the template) you can find navbar-brand where you can change the logo image or pull your text on logo
class.
<!– logo –>
<div class="logo">
<img src="images/logo.png" alt="Logo">
</div>
<!– /logo –>
If you don’t know how to change image from html W3School can help to do in this page.