Hello,
Wondering if I can please get some help. I removed the "Powered by" and added my signature. Is there anyway I can create a hyperlink on my signature to my email?
Using theme : Debut
Website: https://emeralddates.com
First, navigate to the Shopify online code editor. If you haven't done this before, check out this link:
https://shopify.dev/tutorials/develop-theme-getting-started-choosing-an-editor
Here, you want to modify the footer.liquid file (found in the Sections folder).
NOTE: Before editing your theme code, it's important to save a backup of your theme.
With the footer.liquid file open in the code editor, find the {{ powered_by_link }} tag (Ctrl + F on Windows or Cmd + F on Mac) and replace it with:
<a href="mailto:YOUR_EMAIL_ADDRESS">created by Kristine Jaquez</a>
... substituting YOUR_EMAIL_ADDRESS with whatever is appropriate.
I hope this helps.
User | Count |
---|---|
25 | |
22 | |
22 | |
19 | |
12 |