You may want to check the header.php file within the active theme for your site. Might see code for loading the favicon, would look similar to the following:
<link rel="shortcut icon" href="<?php bloginfo( 'template_url' );?>/assets/ico/favicon.ico">