Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
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:
// 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:
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!