Skip to content

Instantly share code, notes, and snippets.

@cubehrends
Last active January 9, 2018 09:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cubehrends/49e3a4b2fcdb621415d63dafd4e0256b to your computer and use it in GitHub Desktop.
Save cubehrends/49e3a4b2fcdb621415d63dafd4e0256b to your computer and use it in GitHub Desktop.
<script>
(function( $ ) {
$( '.fusion-logo-link > img' ).attr('src', '/wp-content/uploads/2018/01/special-logo.png').attr('srcset', '/wp-content/uploads/2018/01/special-logo.png 1x, /wp-content/uploads/2018/01/special-logo.png 2x').attr('retina_logo_url', '/wp-content/uploads/2018/01/special-logo.png');
})( jQuery );
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment