Hi there,
Welcome to SeaTheme forum.
1. install Simple Custom CSS and JS plugin, refer to https://doc.seatheme.net/general-topics/how-to-custom-a-wordpress-theme/#javascript-codes
2. Use the JS codes by the plugin:
jQuery(document).ready(function( $ ){
$(".logo-a img").click(function() {
window.location.href = "https://art.seatheme.net/";
return false;
});
});
ps: do not forget to change the target URL
Regards!
SeaTheme – FAQs – WordPress Customization – Facebook