I'm using the Narrative theme. I'm looking to add clickable link to the footer. I want the link to go to my business website. Another member was able to get me this far but I need for it to be a link. I'd like it to read: "website designed by studio name here" and when clicked, goes to my page.
Solved! Go to the solution
Success.
Hello,
This is an HTML tag for a hyperlink used to link one page to another. You will just need to change the # to your URL. For example:
<a href="https://imperialanthonian.com">Powered by Imperial Anthonian</a>
Success.