Hello everyone. I would like to put ‘contact us’ in the footer with icons of Instagram, Facebook and email which will have links when clicked one. something similar to this. How can I do that on the Brooklyn theme? Im starting a small business and can’t afford to pay someone to help me create my website so I have to do it all myself
-
Theme actions → Edit code
-
Open file “sections/footer.liquid”
-
Add code
<li>
<a href="#your-link" title="Contact Us">
<span class="icon icon-arrow-right" aria-hidden="true"></span>
Contact Us
</a>
</li>
replace “#your-link” with your link
Best regards, Mari
Please check my screenshot - https://take.ms/leF6x
You will see the line numbers 194 - 199
Is there way we can do this without coding. Like clicking buttons. I can code it, but I seriously dislike coding of something I have no idea how the entire code structure of the entire site and since I’m using Shopfy, I might well make a site clicking buttons.
Don’t want to edit some line of code middle of no where and it some how crashes or bugs up the site without my knowledge of knowing.
Thanks.

