Adding Trustmark At Footer

In this article :

a. What is Trustmark

b. Benefit

c. How to add trustmark at store front

d. Adding own trustmark

e. Adjust trustmark to left or right

f. Tips (adjust size/position of logo)

This article will guide you to add trustmark at store front's footer, keep the trustmark at the bottom of social media icons.

.

a. What is Trustmark

Trustmark is an electronic commerce badge, image or logo displayed on a website to indicate that the website business has been shown to be trustworthy by the issuing organization.


b. Benefit of having one

A trustmark gives confidence to customers and indicates to them that it is safe to do business with the website displaying it.


c. How to add trustmark at store front

We use Biztrust as an example to explain on the guide :

  1. Go to Themes > Edit Source > go to the folder layout/theme.liquid

2. CTRL F search for "social link" to direct to the line


3. Copy and paste this code below {% include 'social-links' %} </div>

<a href="https://biztrust.ssm.com.my/web/guest/seal-auth?sealID=0e250f85-10e3-46af-dbdd-d712643333ed" target="_blank"><img style="width: 100px;" src="https://s3-ap-southeast-1.amazonaws.com/eesb.public/images/biztrust_ssm_logo.png"></a>


It will appears like this :


d. Adding own trustmarkIf you have another image or URL instead of biztrust, you may edit the default code below, adding your own link and image link:


<a href=“link” target=“_blank”><img style=“width: 100px;” src=“image link”></a>

Save and done.


e. Adjust trustmark to left or right

Example: Left side -

Want the logo to be located at the left side?

Copy and paste the code below :

<a href="https://biztrust.ssm.com.my/web/guest/seal-auth?sealID=0e250f85-10e3-46af-dbdd-d712643333ed" target="_blank"><img style="width: 100px; margin-left= 100%; " src="https://s3-ap-southeast-1.amazonaws.com/eesb.public/images/biztrust_ssm_logo.png"></a>

Example: Right side -

Tips: 

  1. If you want to adjust the size of the logo, you may adjust the width: 100px; by changing the number. 

  2. If you want to adjust the place of the logo by redirect them to middle or not too side, then you may adjust the margin-left= 100%; by changing the percentage. 





Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.