Hello,
How do I make it so there is no option to click on the logo?
http://sfshift.com/blog/
Right now it can be clicked on and brings us to the landing page, how do we not make that happen?
Thank you!
Hi Nathan!
Add this to your custom CSS.
.logo a { pointer-events: none !important; }
Cheers!
Elliott
Hi
I entered it into quick css and it still is linking to the landing page.
How would I disable that linking to anything?
Thank you
Hey!
Please change the code to following one
.logo { pointer-events: none !important; }
Regards,
Yigit
Didn’t work yet
http://sfshift.com/blog/
if you click on the top logo area it will bring us back to the landing page?
How do we disable the link?
Thank you