Possible to change main logo URL?

Is there a way to change the URL associated with the main logo image at the top left of the site?

Right now clicking the logo takes you to the forum’s main page. I would like the user to be taken to our main site when the logo is clicked.

I have searched through the Admin > Customize settings without success so far.

Also, we are currently using the Custom Header Links component on our Discourse site with the Default theme.

Thanks in advance.

1 Like

I did it like this in my community, added to a theme component:

<script type="text/discourse-plugin" version="0.8">
  api.changeWidgetSetting('home-logo', 'href', 'https://mywebsite.com');
</script>
10 Likes

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