Payment cards icons are gone from the footer

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.