Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi folks how can add <img src="https://cdn.shopify.com/s/files/1/0677/6376/5472/files/westpac.png?v=1734739470" width="36" height="24"
this payment icon in the footer? it should be aligned with other payment icons.
Solved! Go to the solution
This is an accepted solution.
Hope this guide is helpful to you.
<li class="list-payment__item">
<img src="https://cdn.shopify.com/s/files/1/0677/6376/5472/files/westpac.png?v=1734739470" width="36" height="24">
</li>
This is an accepted solution.
Hope this guide is helpful to you.
<li class="list-payment__item">
<img src="https://cdn.shopify.com/s/files/1/0677/6376/5472/files/westpac.png?v=1734739470" width="36" height="24">
</li>
perfect. Thanks.