Skip to content

Instantly share code, notes, and snippets.

@Pavracer
Created February 1, 2018 20:47
Show Gist options
  • Select an option

  • Save Pavracer/285962ae5f6fbff31500b3b453aaf42c to your computer and use it in GitHub Desktop.

Select an option

Save Pavracer/285962ae5f6fbff31500b3b453aaf42c to your computer and use it in GitHub Desktop.
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('#logo').after('<img id="my_fixed_logo" src="your_new_logo_link" />');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment