Gabriel M
asked 9 years ago

How do I stop my logo from linking to the homepage? I prefer no link at all, just the image.

3 Answers
DominicStaff
answered 9 years ago

Hi,
To resolve this issue, you can log in to Dashboard > Appearance > Editor, then add the following code to the style.css file:

.site-header #branding a {
    pointer-events: none;
    cursor: default;
}

Hope this helps !

Gabriel M
answered 9 years ago

Should this also work for Mobile? It seems to only work on Desktop

DominicStaff
answered 9 years ago

To resolve this issue, you can add the following code to the style.css file:
.wrap-navigation .small-logo {
     pointer-events: none;
     cursor: default;
}

Hope this helps !

Powered by DW Question & Answer Pro