Superfly: Menu title linked to home

I asked for this 20 days ago and now that I see the answer (I missed the notification), it’s not what I was looking for and I can’t reply because thread is locked :wink:

I have an always visible side menu using Superfly. On top of it, there’s SITE TITLE (set in Menu Panel/Identity).
Question is: can the site title in the superfly menu be linked to something? (without setting a customized new item).

Thanks

Hello @snowtura,

Thanks for writing in!

Did you inserted a custom html to display the site title? If that is the case, then yes, you can link it to something. For example, if this is your code:

<h2>Site Title</h2>

You can link it to something by having this:

<h2><a href="https://google.com/">Site Title</a></h2>

Hope this helps.

I feel stupid :smiley:
I couldn’t imagine that I could put HTML code in the box. LOL

Thanks dear

Cheers!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.