Advertisement
OlgaT-ET

add logo to the FW menu module

Jul 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.19 KB | None | 0 0
  1. <script type="text/javascript">
  2.  
  3. jQuery(document).ready(function() {
  4. jQuery("#csm-menu .et_pb_row").prepend('<a href="site-url"><img src="image-url" class="csm-logo"></a>');
  5.  
  6. });
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement