LiquidBoost
← Back to library
Social proof Free

Payment trust badges row

A tidy row of accepted-payment / guarantee badges under the add-to-cart button.

<ul class="trust-row">
  <li>πŸ”’ Secure checkout</li>
  <li>↩ 30-day returns</li>
  <li>🚚 Free shipping over 50€</li>
</ul>
<style>
  .trust-row{display:flex;flex-wrap:wrap;gap:14px;list-style:none;padding:0;margin:14px 0;
    font-size:13px;color:#555}
  .trust-row li{display:flex;align-items:center;gap:6px}
</style>

Reassurance right where the buyer hesitates. Paste below your add-to-cart button in the product form.

Notes

  • Swap the text for your real policies β€” don’t claim returns you don’t offer.
  • Replace the emoji with your theme’s icon set for a more premium look.