Create linked text logo in header

I added a text element to my header. I am using it as my logo.

But I want to make it linked back to the home page.

How do I do that?

I tried making the link inside the text editor but it made the element purple (the color of my links). I want it to stay black.

I also tried using a header element instead, and making it linkable. But I could not find an option to make it a link within your settings.

Hi,

You can add an inline style to your link in your text element to make it stay black

For example


<a href="https://www.bespokie.com/" style="color:#000;outline: none;">Bespokie</a>

Hope that helps

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