Solved

Can I add a clickable email address to the Boundless theme footer in Shopify?

antonolsson
Excursionist
12 1 3

Hello, 

I'm trying to add a clickable email adress in the footer of my webpage using Boundless theme. Any idea how I can do this? 

http://myshopify.sarvaclothing.com

Thanks,
Anton

Accepted Solution (1)

flo_
Excursionist
21 2 5

This is an accepted solution.

I don't know much about this theme, but have you got a file named footer.liquid in the sections folder ? (/sections/footer.liquid)

If so, you could add something like

<a href="mailto:yourmail@mail.com">Contact me</a>

 

Please let me know if it works.

View solution in original post

Replies 3 (3)

flo_
Excursionist
21 2 5

This is an accepted solution.

I don't know much about this theme, but have you got a file named footer.liquid in the sections folder ? (/sections/footer.liquid)

If so, you could add something like

<a href="mailto:yourmail@mail.com">Contact me</a>

 

Please let me know if it works.

antonolsson
Excursionist
12 1 3

@flo_ worked fine, thanks!

flo_
Excursionist
21 2 5

No problem ! Thank you for letting me know.