I am trying to add my abn to the footer section of my website, probably below the copyright information, but I have no idea where to start. I think I need to add some code, but Im not sure where or what exactly. Any help out there?
My website is ahopandaskip.com.au
Karthik here from the Digepreneurs team. I’d be glad to help you out with this, so let’s dive in.
Steps:
- Head to Admin > Online Store > Themes > Customize > Edit code
- Open Sections > footer.liquid template
- Scroll until you find the following line of code, on or around line 234 depending on your theme version:
{%- assign socials = "Facebook Twitter Pinterest Instagram Tumblr Snapchat YouTube Vimeo" | split: ' ' -%}
Copy
- Insert your ABN text after this code ends, being careful not to break it. Make sure to add
before your ABN text, and
at the end of your ABN text to close the code. It should look like this:
{%- assign socials = "Facebook Twitter Pinterest Instagram Tumblr Snapchat YouTube Vimeo" | split: ' ' -%}
Add your ABN Here
Copy
Tip: Using the tags will also help keep your text centered.
It will look like this:
- Remember to replace the placeholder text with Your ABN number and hit save!
That should work, but let me know if you have other questions around this.
Warm regards,
Karthik Ramachandiran - Digepreneurs
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
