How to add a custom link on the footer page next to policy?

I want to add a custom link to the bottom of the footer where it should display “Become an Affiliate” right next to “Contact” on my website. I am using Dawn theme…

How can I do it?

@QK99 - this will need code editing, where you can go to footer.liquid file and add this link code after the menu code. If you are not familiar with the coding then you will need a code developer, and since this task is bit tricky, I doubt if anyone will do it for free.

Hi @QK99

I’m Dan from Ryviu: Product Reviews & QA.

You can do that by following this:

  1. Go to Online Store > Themes > Edit code > open footer.liquid file
  2. Find this line of code:
    • Add this code above
    . Make sure you replace your URL here with your link
- <small>Become an Affiliate</small>

  ​

  • Save your file.

Thank you very much Dan!