If you have copied your theme or customized it, the Trust Badges may not appear when turned on. You will need to use custom code to get them to appear properly on your website.
- Log in to your Art Storefronts Control Panel and click on the tab labeled Info & Settings.
- Click on the tab labeled Scripts.
- Copy the following Code.
Please Note: You should not change this code in any way as it may not work and Technical Support will not assist with broken code.
Here is the code: <!-- trust bar -->
{% if trust_bar_exists? %}
<div id="trust_bar" class="columns">
{{ trust_bar }}
</div>
{% endif %}
- In the box labeled Head, go ahead and Paste the Code you previously copied.
- When you have completed this, click Save.