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';
});
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';
});
Please check other articles or open a support ticket.
Subscribe to our newsletter and receive the latest theme updates and important news directly to your inbox.