Okay
  Public Ticket #1770115
Disable logo link
Closed

Comments

  •  3
    snapan started the conversation

    How can I remove or disable the link to homepage on the logo? 

    I found the previous ticket about changing custom link on logo. But I want no link at all when the logo is clicked. 

    Thank you

  •  1,559
    Laborator replied

    Hi there,

    To remove the hyperlink from the logo add the CSS below to Custom CSS:

    .header-logo.logo-image {
        pointer-events: none;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    snapan replied

    That's easy. Thank you

    Further question
    - Is there any way to assign a custom link to logo on some pages (not the entire website)? I use 3 different logos on different sections of my website. I want each logo to link to the main page for that section. 

    Thank you

    Siri

  •  1,559
    Laborator replied

    Hi Siri,

    Unfortunately this is not possible, you cannot add a custom link to the logo for specific pages, even disabling the link in the logo is not possible but using custom CSS it can be easily achieved.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    snapan replied

    No problem. Thank you!