Skip to content

Instantly share code, notes, and snippets.

@vagelisp
Last active July 26, 2019 12:29
Show Gist options
  • Save vagelisp/ce718ca95ff0c1a2e4431fd9ea42e67d to your computer and use it in GitHub Desktop.
Save vagelisp/ce718ca95ff0c1a2e4431fd9ea42e67d to your computer and use it in GitHub Desktop.
Hijack elementor's logo link with JQ
jQuery( document ).on( 'click', '.elementor-widget-theme-site-logo, .custom-logo', function(e) {
e.preventDefault();
window.location.href = "https://new URL";
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment