Payment cards icons are gone from the footer

Topic summary

A user reports that payment card icons disappeared from their store’s footer after updating their Stripe account. They confirmed the icons are enabled in the theme settings but remain missing.

Proposed Solution:
Another participant suggested checking the theme’s footer.liquid file to verify the code section displaying payment icons. The recommendation includes:

  • Locating the forloop or static code listing payment methods (Visa, Mastercard, etc.)
  • Manually adding missing icons if necessary using specific markup code

Current Status:
The original poster tested the suggested fix but reported it did not resolve the issue. The problem remains unresolved, with no additional solutions offered yet.

Summarized with AI on November 4. AI used: claude-sonnet-4-5-20250929.

Hс! Last week I had to update my Stripe account and since then the payment card icons in the footer menu have been gone.

I checked the theme and they are enabled.

Has anyone run into the same problem?

Website: www.risunki.bg

Hello @nadezhda_ilieva ,
Steps to fix missing payment card icons in footer:

  1. Check Liquid Code:
  • Navigate to the theme’s footer.liquid file.
  • Look for the section of the code where the payment icons are supposed to be listed.
  • Ensure there is a forloop or static code listing the payment methods (e.g., Visa, Mastercard, etc.). It might look something like this:

    - 

    - 

    - 

​

Add Icons Manually if Missing:

Thank you, but this doesn’t seem to work.