Documentation

Everything you need to get started with Blocksy Theme and Companion

Change the Logo URL

If you wish to change the URL the Logo element points to, you can use this handy snippet.

add_filter('blocksy:header:logo:url', function ($home_page) {
  return 'https://my-custom-url.com';
});
Not the solution you are looking for?

Please check other articles or open a support ticket.