Hi, we want to change the URL of the top left brand icon to something else (i.e. not the default homepage). How could we do this please? We couldn’t find which files to edit.
<a href="https://www.domain.com/my-custom-link" class="x-brand img"></a>
Hi, we want to change the URL of the top left brand icon to something else (i.e. not the default homepage). How could we do this please? We couldn’t find which files to edit.
<a href="https://www.domain.com/my-custom-link" class="x-brand img"></a>
Hello @neodjandre,
A quick way to do this is to write a custom Javascript.
Please add this code in X > Theme Options > JS:

jQuery('.x-brand').attr('href', 'https://www.domain.com/my-custom-link');
Hope this helps.
thank you this works 
You’re welcome!
It’s good to know that it has worked for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.