Hi there,
I'm trying to make the site logo (site title) link to a mailto instead of linking back to the homepage.
Searching back through discussions, I found a way to make the title link null, (below)
a.sitetitle{
pointer-events: none;
}
I wasn't sure of the correct formatting to link it to an email address, but given the above it looks like it can be done correct?