Okay
  Public Ticket #954774
Header Menu Logo
Closed

Comments

  •  2
    LuunaM started the conversation

    Is it possible to customize the logo link?

    I would like the click on the logo to take me to another page.


  • [deleted] replied

    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: 

    http://www.my-custom-url.com/page.html

    With your own URL and its done.

  •  2
    LuunaM replied

    Many thanks, worked perfectly!

  • [deleted] replied

    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!