#Disable logo link on All Pages
#1. Click Gear icon at the bottom left
#2. Search and click Code injection
#3. Click Open
#4. Paste the code below in Site header and click Save
<style>
a.gh-navigation-logo {
pointer-events: none;
}
</style>
#Disable logo link on One Page (or Homepage)
#1. In the page, click Page Settings symbol in top right corner
#2. Scroll down and click Code injection
#3. Paste the code below in Page header
<style>
a.gh-navigation-logo {
pointer-events: none;
}
</style>
#4. In page settings, click View page to see the result