Changing the main logo
The code is at /application/views/templates/headers/main_header.php around line 70
Change it similar to the code below, locate your new logo at /images/newlogo.png
<a class="navbar-brand" href="<?php echo base_url()?>"><img src="<?php echo base_url()?>images/newlogo.png" /></a>