• Support Home
  • Knowledgebase
  • FAQs
  • Getting Started
  • Support Home
  • Knowledgebase
  • FAQs
  • Getting Started
home/Knowledge Base/Using ASTRA Firewall/How to Add the Astra Trust Seal to your website?
Popular Search:Whitelisting a URL, Google Bot , Migrate Astra

How to Add the Astra Trust Seal to your website?

April 17, 2019 March 10, 2020

Installing the Seal

1) Login to your Astra Dashboard and access the Settings page and scroll down to find “Embed the Seal” card and click on Get Code option as shown below:

2) Copy the code in Snippet #1 shown below and paste it at the location where you would like the seal to be shown.

3) Copy the code in Snippet #2 shown above and paste it just before the </body> tag in the footer of the website.

 

How to Add Astra Trust Seal in WordPress

  1. Login to your WordPress backend
  2. Navigate to Appearance > Widgets
  3. Drag drop the widget named ‘Custom HTML’ into the Sidebar/Footer where you would like to show the seal
  4. Copy paste code from both Snippet #1 and #2 into the widget content
  5. Clear WordPress cache

Make the Trust Seal float on the Left

Add the following CSS code to your website source:


<style>
#astra-seal{
position: fixed;
left: 0px;
bottom: 0px;
}
</style>

Make the Trust Seal float on the Right

Add the following CSS code to your website source:


<style>
#astra-seal{
position: fixed;
right: 0px;
bottom: 0px;
}
</style>

 

Hide the Trust Seal on Mobile Devices

Using media queries in CSS, the Trust Seal can be hidden. Add the code below to your website source:

<style>
@media screen and (max-width: 600px) {
  #astra-seal {
    visibility: hidden;
    clear: both;
    display: none;
  }
}
</style>

Change the Width of the Astra Trust Seal

You can specify the width (in pixels) of the trust seal by adding the width parameter to the trust seal embed code as shown below in bold face text. Please note that you have to copy only the &width=110 part and append it to the existing url.

<div id="astra-seal"><a href="https://www.getastra.com/">Astra Website Security</a></div>
<script src="//dash.getastra.com/sdk.js?site={{ReplaceThisWithYourSiteKey}}&width=110"></script>
Tags:astra badgeastra removal from serverastra sealbadgeEmbed the Sealhide mobilehow to put seal on websitereduce sizeseal in footersecurity sealtrust sealwhere to find sealwordpress seal

Was this helpful?

8 Yes  5 No
Related Articles
  • How to manage your website with options in Astra settings?
  • What is Login Protection on Astra Dashboard?
  • API calls timeout error
  • How to Resolve Error Messages on Astra’s Threats Page?
  • How to raise a support ticket from your Astra dashboard?
  • Get Combined Overview Of All Your Websites
Using ASTRA Firewall
  • How to Add the Astra Trust Seal to your website?
  • How to manage your website with options in Astra settings?
  • What is Login Protection on Astra Dashboard?
  • API calls timeout error
  • How to Resolve Error Messages on Astra’s Threats Page?
  • How to raise a support ticket from your Astra dashboard?
View All 23  
Popular Articles
  • How to install SQLite for PHP on my Apache/nginx server?
  • Fixing Missing HTTP Security Headers
  • How to enable SQLite in your cPanel/hosting account
  • Whitelisting an IP on your website using Astra
  • How to rename admin folder name in OpenCart 1.5 & vQmod?
KB Categories
  • Agency
  • Billing & Payments
  • Community Security
  • Getting Started
  • Malware Scanner
  • Securing OpenCart
  • Security Audit – FAQ
  • Security Best Practices
  • Support
  • ThemeCloud
  • Threats Stopped – FAQ
  • Troubleshoot
  • Using ASTRA Firewall
  • WP Hardening

Astra Website Security

Product
  • Astra Security
  • Pricing
  • Plan Comparison
  • Malware Removal
  • Resources
Solutions
  • Website Malware Cleanup
  • WordPress Security
  • Magento Security
  • OpenCart Security
  • Joomla Security
Join Our Community
  • KnowledgeBase
  • FAQ
  • Getting Started
  • How To Use Astra
  • Support Ticket
  • Privacy Policy
  • Terms of Use
  • © 2020 Astra IT Inc. All Rights Reserved.

Popular Search:Whitelisting a URL, Google Bot , Migrate Astra