I have edited shipping, privacy, terms and conditions etc into the template sections and this is display in the store at the bottom BUT I’m wanting to add this to the footer of the website - how do i add this information to show in the footer of my website?
Navigate to Your Theme: In the left sidebar, go to “Online Store” and then click on “Themes.”
Edit Code: Find the theme you’re using and click the “Actions” dropdown menu. Select “Edit code.”
Locate the Footer Section: Look for the footer section in your theme’s code. It’s often found in a “Sections” or “Snippets” folder and might be named something like “footer. liquid” or “footer-section.liquid.”
Edit the Footer Section: Inside the footer section, you can add the desired information and links. For example, to add links to your shipping, privacy policy, and terms and conditions pages, you can use HTML and Liquid code like this
Shipping
Privacy Policy
Terms and Conditions
To add an FAQ link and an Instagram link, you can use a similar code. Make sure to replace the URLs with the actual URLs of your pages.
Save Changes: After making the code changes, click the “Save” button to save your edits.
Link FAQ and Instagram: To link to your FAQ page and Instagram profile, simply add the appropriate URLs in the code snippet you added to the footer section.
Customize the Footer Styling: You may need to add some CSS styling to make the footer links and information display as you desire. You can do this in your theme’s “Additional CSS” or “Customize” section, depending on your theme.
Test Your Store: Thoroughly test your store to ensure that the footer information and links appear correctly.
Publish Your Theme: Once you’re satisfied with the changes and they work as expected, click the “Publish” button to make your modified theme live.