Hello, when I enable payment icons on the footer of the home page, only PayPal shows up. I want to also show Visa, Mastercard and American Express. I have payment options set up already. I checked similar responses but could not find the section of the theme code that they pointed to. My theme is Sense. Please help.
Hi,
You have not left your store url, so we do not know what theme you are using plus we do assume that you already have Shopify payments active on your store.
For a sure shot fix whichever theme you are using or if you are using any other payment gateway, you can add the below code to the footer liquid by editing the theme by going to Online Store β Themes β Edit Code:
.methods-of-payment img { padding: 0.2em; } .lt-ie9 .methods-of-payment, .ie8 .methods-of-payment, .oldie .methods-of-payment { display: none; }Please dm, if you need help in adding the same as your store url would be required to add this.
Please donβt forget to Like and Mark Solution to the post that helped you. Thanks!
1 Like
Hi ES1, thank you. I now have the icons displayed.