Skip to content

Instantly share code, notes, and snippets.

@Pavracer
Last active November 3, 2017 20:39
Show Gist options
  • Save Pavracer/fbf2bbbd14079daa80064bcb2695b4ae to your computer and use it in GitHub Desktop.
Save Pavracer/fbf2bbbd14079daa80064bcb2695b4ae to your computer and use it in GitHub Desktop.
Change Logo
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('body:not(.page-id-100) img#logo').attr('src', 'logo_link_goes_here');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment