Why aren't payment icons showing on my website footer?

Hi Guys

I want the payment icons shown on the footer however no matter what I did, it doesn’t show.

  1. I’ve tried to tick the option to show payment icons under customize Theme, doesn’t work.

  2. I’ve tried to replace the code in footer.liquid or footer-payment-icons.liquid to below one, still doesn’t work.

{% assign enabled_payment_types = 'visa,master,american_express,paypal' | remove: ' ' | split: ',' %}
{% for type in enabled_payment_types %}
  1. I’ve tried to add this code between and in theme.liquid, it worked but it shows at the bottom of the page, not on the footer

https://ui-elements-generator.myshopify.com/pages/methods-of-payment

I’m not sure how I can get it work…

1 Like

Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.

Hi @TDS1 ,

Have you tried setting up your store payments already? You can it here on how

www.thedesignstore.co.nz

Please add below css code in bottom of assets/theme.css file

.ps-payment-icons-item.hidden {
display: inline-block !important;

}
Thank you.