Excellent

">

Excellent

">

Excellent

">

Frame 307 (1).png

<style>
  .trustpilot-score {
    text-align: left; /* Align the content to the left */
    margin-top: 10px; /* Add some space above the score */
  }

  .trustpilot-score p {
    display: inline; /* Display the text inline */
    vertical-align: middle; /* Align the content vertically */
    margin: 0; /* Remove any default margins */
    font-weight: bold; /* Increase font weight */
  }

  .trustpilot-score img {
    max-width: 100px; /* Set maximum width to 100px */
    height: auto; /* Maintain aspect ratio */
    margin-left: 10px; /* Add some space between the images */
    vertical-align: middle; /* Align the images vertically */
  }
</style>

<div class="trustpilot-score">
  <p>Excellent</p>
  **<img src="Insert shopify image A link here">
  <img src="Insert shopify image B link here">**
</div>

  1. To add this custom liquid you need to first find an image of the green Trustpilot stars and the Trustpilot logo in transparent PNG format (these are easily findable on Google).
  2. Get the images and go on Shopify. From here, go to Content → Files → Upload
  3. Upload the images you saved earlier
  4. Once their uploaded, use the copy button on the right hand side to get the CDN link.
  5. Paste these links into the code above in between the quotes.
  6. Add a custom liquid block to your product page and paste them in!