Comments 2LuunaM started the conversationNovember 14, 2016 at 4:53pmIs it possible to customize the logo link?I would like the click on the logo to take me to another page.[deleted] repliedNovember 15, 2016 at 12:50pmHi LuunaM,Yes that is possible, simply add this code in functions.php: // Custom Logo URL function set_custom_logo_url( $home ) { return "http://www.my-custom-url.com/page.html"; } add_filter( 'kalium_logo_url', 'set_custom_logo_url' );So you just need to replace: http://www.my-custom-url.com/page.htmlWith your own URL and its done.1 Like 2LuunaM repliedNovember 15, 2016 at 11:00pmMany thanks, worked perfectly![deleted] repliedNovember 16, 2016 at 12:24pmHi LuunaM,Awesome!If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link). A huge thank you from Laborator in advance! Sign in to reply ...
Is it possible to customize the logo link?
I would like the click on the logo to take me to another page.
Hi LuunaM,
Yes that is possible, simply add this code in functions.php:
So you just need to replace:
With your own URL and its done.
Many thanks, worked perfectly!
Hi LuunaM,
Awesome!
If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).
A huge thank you from Laborator in advance!