How do I add Contact page next to policies in footer Dawn theme?

How do I add Contact page next to policies in footer Dawn theme?

Jayboogie23
Excursionist
18 0 6

How do I add Contact page next to policies in footer Dawn theme?

Replies 4 (4)

comercioservice
Shopify Partner
291 37 36

@Jayboogie23 ,
Go to your store. and setup menu 
then add it like this 

gutenplayer_0-1728780871884.png

 

Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!

Made4uo-Ribe
Shopify Partner
10184 2417 3060

Hi @Jayboogie23 


1. From the Admin page, go to Online Store > Themes
2. Select the theme you want to edit, click the three dots to edit code
3. Under the Section folder, open the footer.liquid

4. Then place the code below at the very bottom of the file and SAVE

5. After the {% endif %} around line 316, make a new line and add the code below. 
NOTE: Replace the text your_contact_url to your right contact page link. Then SAVE

<li>
<small class="copyright__content"><a href="your_contact_url">Contact Us</a></small>
</li>


Check image for placement:

Made4uoRibe_1-1728781717787.png

 

Result:

Made4uoRibe_2-1728781798662.png


Please click 'Like' and mark it as 'Solution' if you find it helpful.

 

 

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Jayboogie23
Excursionist
18 0 6

And if I need to add another page in that same footer after the contact page how do i do that? is it space then type your code again or?

Made4uo-Ribe
Shopify Partner
10184 2417 3060

If you mean adding another link. Yes, just create a line and paste the code I provided you

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.