-
Go to designer-Injections- HEAD injection and use this code
<script> document.addEventListener('DOMContentLoaded', function () { var logoLink = document.querySelector('a[title="Busimatch"]'); if (logoLink) { logoLink.href = "https:// XXXXXXXX. com/"; // Change the URL as needed } }); </script>
Check that this(Busimatch) selector matches your original link
You're welcome :)