kbuzz
June 20, 2022, 4:02pm
1
I am looking to add the dark colored Shopify security badge to the Vantage theme code of my store but I don’t know where to insert it.
<a
href=“https://www.shopify.com/security/pci-compliant?utm_medium=shop&utm_source=secure ”
title=“This online store is secured by Shopify”
target=“_blank”
rel=“nofollow”
<img
src=“https://cdn.shopify.com/s/images/badges/shopify-secure-badge-dark.svg ”
alt=“Shopify secure badge”
Dirk
June 20, 2022, 6:18pm
2
Hey, @kbuzz
Is there a particular area on the website where you would like this badge to display?
kbuzz
June 20, 2022, 6:39pm
3
I would like it inserted in the footer
@kbuzz what theme are you working in?
ok in that case I don’t have access to their specific code. I wont be able to give you file names to reference but I can share the overall process to follow
Open Edit Code
Under the Sections folder, look for the footer file (usually footer.liquid)
Locate the place in the code where you would like to place the image
For example, if you have a section that is for the copyright (© 2022 Vantage - Powered by Shopify), you would look for that section in the code, and paste yours above or below that.
In a Dawn theme, the final block of code would look like this
© {{ 'now' | date: "%Y" }}, {{ shop.name | link_to: routes.root_url }}
{{ powered_by_link }}
Hope that helps
kbuzz
June 22, 2022, 3:46am
7
I deleted the section that is for the copyright (© 2022 Vantage - Powered by Shopify). Is there alternate way to find that area?
you want to paste your code snippet within the
element where you want it showing. for example
[

](https://www.shopify.com/security/pci-compliant?utm_medium=shop&utm_source=secure)