Remove link from logo

Hi,

Can someone please help me, i would like to remove the link on my website logo.
when i click on my logo from where ever page i am in, it takes me back to the main page, (Which is normal ofcourse).
However i would like to remove the link so that when someone clicks on the logo it doesn’t take them anywhere and they will remain on whatever page they are on.

I would really appriciate the help on this a lot.

Thanks in advance

Hello there,

I hope you are doing well today.

You can use the following CSS code to disable the link in the logo by going to Appearance > Customize > Additional CSS and pasting it there.


#header .top-header .header-logo {
    pointer-events: none;
}

Best Regards,
Support