I too am having favicon problems. I’m using the theme Oxygen. I have seen this code in the header but don’t understand enough code.
‘<?php if ( hybrid_get_setting( ‘oxygen_favicon_url’ ) ) { ?><!– Favicon –>
<link rel=”shortcut icon” href=”<?php echo hybrid_get_setting( ‘oxygen_favicon_url’ ); ?>” />’
I’ve uploaded the file to the server already and add this code, but the new favicon is not showing up.
‘href=”https://www.mysite.com/favicon.ico”>’
Any ideas?