I’m trying to figure out how to add some simple text to the code of my footer. I want to add company details to it but don’t know how to right the code to just write some simple text and change lines. I’m on dawn theme and really want the info bellow the copyright text instead of above the footer. Any help/ guidance would be greatly appreciated.
Thanks
Hi @TobyCook ,
Can you provide link to your store? And a screenshot shot where you want the text to be? I will provide solution accordingly
https://www.revolutionracing.co.uk/
So I would like it to be the same format as the text under the payment options, and the text I want to add needs to go under the copyright and policies text
Hi @TobyCook ,
Its almost done. Can you provide what text do you need to add on the footer?
Could you repeat that for 4 lines under it saying “your text here” and ill write the text into the code please. Thanks
Do you mean, you want four text or four links?
Four texts sorry, the same as the one you did that says “your text here” but 4 times like this
“your text here”
“your text here”
“your text here”
“your text here”
this would be perfect thank you
Hi @TobyCook ,
You can add below codes to the footer.liquid file.
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find footer.liquid file
-
Add the following code just after line number 372
<small>Your Text Here
</small>
<small>Your Text Here
</small>
<small>Your Text Here
</small>
<small>Your Text Here
</small>
Note:
-
Please take a backup of your footer.liquid fole before add this code.
-
I have written this code based on the assumption that you have not previously edited footer.liquid file.
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
I haven’t touched the code so should be good, thanks for your help.
Do let me know once you have added the code. 
Yeah its in and looks great thanks Makka
1 Like
Hello Makka,
thanks for your solution, may is it possible to get the it linked to other pages like
YOUR TEXT = FAQS and it is linked with the FAQ Page.
Thanks in advance 
Hi @TobyCook ,
Yes, we can make it a link. Please replace bellow code to make one of the small tagto make it a link
<small>FAQS</small>
Note: Replace “#YOUR LINK HERE#” with the real link
Hey many thanks. it is working fine.
how can i adjust the elements in one single line as well with some space between
I just reviewed the footer and found that the current footer doesnot look like the one that u sent on your screenshot
Hi Makka, someone else asked the second question with their own footer attached not me.