Changing URL of Logo in Header

Hi I would like to ask how I can change the URL of my logo in my header. I have looked through Appearance -> Editor -> header.php as was suggested in another forum post, however I am not able to see anything that would allow me to change the URL:

I have tried looking through the theme customization options:


But it only allows me to change the image of the logo, not the url.

Appreciate your help. Thank you in advance!

Hi @faswebmaster,

The logo is linked to the URL that you have set in the General settings of your site.

You may also try adding this code to X > Theme Options > JS:

jQuery('.x-brand').attr('href', 'https://example.com');

Please change https://example.com to the URL you want to replace the default link with.

Hope this helps.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.