How to add payment icons on footer of Refresh Theme

How to add payment icons on footer of Refresh Theme

lokesh
New Member
5 0 0

-"Hi Team! Currently wanting to see how I can get my payments icons to show on the footer of my website(using refresh theme). Sho payment icons on the theme editor is already enabled but still the same. Would like to check your insight for this, please?"

 

store UPL https://thinkstle.com Screenshot 2024-07-27 130838.png

Replies 4 (4)

Asad-Mahmood
Shopify Partner
445 80 91

To add payment icons to your footer, follow these steps:

  1. Go to your online store's admin panel.

  2. Navigate to the "Edit Code" section.

  3. Search for a file named something like footer.liquid.

  4. Open the footer.liquid file and locate the section where you want the payment icons to appear.

  5. Insert the following code where you want the icons to be displayed:

 

<div class="payment-icons">
  <img src="URL_TO_PAYMENT_ICON_1" alt="Payment Icon 1">
  <img src="URL_TO_PAYMENT_ICON_2" alt="Payment Icon 2">
  <img src="URL_TO_PAYMENT_ICON_3" alt="Payment Icon 3">
</div>

 

If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver




lokesh
New Member
5 0 0

no its not work and footer.liquid.  "Edit Code" section. not shown 

Asad-Mahmood
Shopify Partner
445 80 91

Please share collaborator access so that I can help you adding payment icons in footer

If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver




lokesh
New Member
5 0 0

how can you share some guide  it easy to understanding for me