How to put 'contact us' in footer

delicate
Tourist
8 0 1

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 

Screen Shot 2020-04-02 at 11.38.20 pm.png

Replies 4 (4)

MPI_themes
Shopify Expert
119 2 35

1) Theme actions -> Edit code

2) Open file "sections/footer.liquid"

3) 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

https://take.ms/leF6x

 

Best regards, Mari

Shopify App / Theme developer
https://mpthemes.net/
delicate
Tourist
8 0 1

hey there! 

 

thank you so much for the reply! 

 

where exactly do I write the code. I don't want to mess up what's already there!

 

does it go at the button or the top of the page? 

 

 

Thank you again Screen Shot 2020-04-03 at 3.26.43 am.png

MPI_themes
Shopify Expert
119 2 35

Please check my screenshot - https://take.ms/leF6x

 

You will see the line numbers 194 - 199

Shopify App / Theme developer
https://mpthemes.net/
Unix_Man
Visitor
1 0 0

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.