Created
November 19, 2017 20:16
-
-
Save Pavracer/d60e154edc00390234ff0ee6910ea555 to your computer and use it in GitHub Desktop.
Different_logo.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| jQuery(document).ready(function(){ | |
| jQuery('.page-id-27381 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