Re: Help adding payment icons in footer

Help adding payment icons in footer

corp41
Excursionist
57 0 6

Hello,

 

I am needing to add the payment icons in the footer of my website. I've tried following the tutorials and watched a view videos but I have been unsuccessful. I'm not using a them from the Shopify them store as that may be one issue. Is anyone able to assist me with this, I attached a screenshot and I can send my store URL and give you access if needed. 

 

My site is currently password protected but I can send the link in a message

 

Thanks a lot!

 

Screenshot 2025-02-27 at 8.07.21 PM.png

Replies 11 (11)

Korede-Agency
Excursionist
26 2 5

Kindly provide your store's URL.

Do you need help improving your Shopify Store?
Connect for professional assistance.
If you found our answer useful, kindly give it a like and mark it as a solution.
Kind regards.
corp41
Excursionist
57 0 6

Sure, it is www.forgiveoursins.co but it is password protected. Tried to message you. 

Korede-Agency
Excursionist
26 2 5

Provide the password as well. I forgot to include that.

Do you need help improving your Shopify Store?
Connect for professional assistance.
If you found our answer useful, kindly give it a like and mark it as a solution.
Kind regards.
corp41
Excursionist
57 0 6

Yes, I received your e-mail. Messaging you now

corp41
Excursionist
57 0 6

Tried to email you but its back undeliverable when sending to your email address 

MR115_ShopiDevs
Shopify Partner
23 4 3

You can add Payment Icons manually by editing your footer’s Liquid code.

  1. Go to Online Store > Themes
  2. Click ... (three dots) next to your theme and select Edit Code
  3. Locate the file footer.liquid
  4. Insert the following code where you want the payment icons to appear:
  5. Save the changes and check if the icons appear on your store.
 <ul class="list list-payment" role="list">
  {%- for type in shop.enabled_payment_types -%}
    <li class="list-payment__item">
      {{ type | payment_type_svg_tag: class: 'icon icon--full-color' }}
    </li>
  {%- endfor -%}
</ul>

I hope this answer will be helpful

EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery and more.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
corp41
Excursionist
57 0 6

Thank you for that. So they do show up, but they show vertical.

Screenshot 2025-02-27 at 10.06.55 PM.png

MR115_ShopiDevs
Shopify Partner
23 4 3
  1. Log in to your Shopify Admin Panel
  2. Go to: Online Store > Themes
  3. Find your current theme (e.g., Dawn theme).
  4. Click "Actions" and select "Edit Code"
  5. In the left-hand sidebar, locate the "Assets" folder.
  6. CSS files (e.g., base.css, theme.css)
  7. Add the provided code at the end of the file.
.list-payment .icon-list {
    display: flex;
    align-items: center;
}
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery and more.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
corp41
Excursionist
57 0 6

I added this code and it did not change the alignment 

topnewyork
Astronaut
1539 189 250

Hi @corp41 
Go to the Online Store > Theme > Customize > Footer Section > Payment Method

topnewyork_0-1740724931070.png

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
topnewyork
Astronaut
1539 189 250

@corp41 When you make your store live, the payment links will automatically show, but first, check this mark.

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month