Hi everyone, I’m looking for a bit of help with my footer.
I’d like to add my Guild Of Jewellery Designers logo into the footer on my website (as placed in picture) however when I have searched on how to do it I’m being told to alter a piece of code that I just cannot seem to find!
Can anyone help? I’ve added a picture of where I want to place it.
Thank you in advance
Suzanne
1 Like
Hi @SDEmporium ,
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution.
Sorry for the late reply, do you mean website? my store link is shattereddynasty.co.uk there is no password.
1 Like
Hi @SDEmporium
Please follow these steps:
-
Login your Shopify account and go to “Online store > Themes”
-
Click on the “Action” button and go to “Edit code”
-
Find “footer.liquid” page in the Layout section and open the file
-
Search Element “site-footer__newsletter”
- Paste the code after the element “site-footer__newsletter”

- Save and see the results.
I hope that this can help you solve the issue.
No that didn’t work and I don’t have the search bar on the bottom so I had scroll to find it.
Hi @SDEmporium
-
It seems that the old URL of the image has a problem, you should reattach the image URL in the following ways:
-
Step 1: Open Theme => Edit code
-
Step 2: Find “footer.liquid” page in the Layout section and open the file.
-
Step 3: Search Element “site-footer__newsletter” and paste the code after the element "site-footer__newsletter" (Please pay attention to attach it after this element)

- Step 4: Save your code and check the result.
I hope that this can help you solve the issue.
Hi, no that didn’t work for me, i got the same result as before. I did however decide to re-upload the asset, then get the direct link to that andit seems to have added the image i wanted just not in the correct way. Part of it is cut off. I’m going to contact the guild of jewellery designers and see if they have any suggestions as it may need settings adjusting.
Thank you for your help
Hi @SDEmporium
To fix the error of losing part of the image, follow these steps:
Step 1: Open Theme => Edit code

Step 2: Find “theme.css” and paste this code below the file:
.site-footer__item-inner.site-footer__item-inner--newsletter img {
object-fit: unset !important;
}
Step3: Save and check your result
I hope that this can help you.