Skip to main content
All CollectionsPage SetupSite-wide Elements
How To: Add The Trust Badges To a Copied or Customized Theme
How To: Add The Trust Badges To a Copied or Customized Theme
Samuel Gichuhi avatar
Written by Samuel Gichuhi
Updated over 4 months ago

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.

Please Note: If the coding provided in this article does not work, Technical Support will not be able to provide you with any further assistance on the issue. Technical Support is not trained in custom coding and will not provide support for custom coding.

  1. Log in to your Art Storefronts Control Panel and click on the tab labeled Info & Settings.

  2. Click on the tab labeled Scripts.​

  3. 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 %}


  4. In the box labeled Head, go ahead and Paste the Code you previously copied.


  5. When you have completed this, click Save.​

Did this answer your question?