Source: branding and logo link

Hi everyone,
I’m in Source and I’d like to make a change to the branding and logo in the navigation bar.
By setting the “Link to” to None in “Nav-Branding”, I exclude the link but, passing the mouse over the Branding and logo, the mouse hand appears.

This I do not want to happen, how to do?

The image below is what I would like to do and how I would like it to appear on mobile, indeed it would be great if clicking on the entire navigation bar, logo, branding could open the menu.

I’ll fix that up. In the meantime you can add this css:

.nav-content .site-title, .nav-content .logo {pointer-events: none}

No way to trigger the dropdown by clicking anywhere other than the nav toggle I’m afraid.

1 Like

Thank you so much

1 Like