Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1436433

    Is it possible to remove the Link on the Logo in the Header so that there is no link at all on the Logo?

    #1436471

    Hey Michael_Kronenberg,

    Thank you for the inquiry.

    Yes, that should be possible. You can add this css code to disable the link on the logo:

    .responsive #top .logo a, .responsive #top .logo {
        pointer-events: none;
    }
    

    Best regards,
    Ismael

    #1436680

    that worked, thank you.

    #1436717

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.