Is it possible to remove the Link on the Logo in the Header so that there is no link at all on the Logo?
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
that worked, thank you.