Payment icons not visible in footer of Dawn Theme

I have enabled show payment icons from the theme editor as well as tried changing the code in the code editor as it says in the shopify hep center still icons are not visible. My payment gateway is showing active in the shopify settings. This is the code in footer.liquid file

{%- if section.settings.payment_enable -%}
{{ 'sections.footer.payment' | t }}
    {% for type in enabled_payment_types %}
  • {{ type | payment_type_svg_tag: class: 'icon icon--full-color' }}
  • {%- endfor -%}
{%- endif -%}

Please help me make the icons visible

Hi @Saumitra_15 , can you share your store url?

https://tglko.com/

Thank You for the response

Hi @Saumitra_15 ,
This is Theodore from PageFly - Shopify Page Builder App.

To resolve the issue of non-visible payment icons in your Shopify store’s footer, first double-check the theme editor to ensure that the “Show payment icons” option is enabled, as settings sometimes don’t save correctly. Also, verify that specific payment methods are activated in your Shopify payment settings, as the displayed icons correspond to these methods. Examine the footer.liquid code for any typos or syntax errors and investigate potential conflicts from custom CSS or JavaScript that might be hiding the icons. Inspect the loop {% for type in enabled_payment_types %} in your code to ensure it’s correctly fetching active payment types. Additionally, check for overridden styles or visibility issues, particularly with the icon--full-color class, using your browser’s developer tools. Clearing the browser cache or trying a different browser can help if the issue is cache-related. As a test, use Shopify’s default payment icons to see if they appear, indicating a problem with custom icons. If you’re using an older version of the Dawn theme, consider updating it. If these steps don’t resolve the issue, reaching out to Shopify support or a professional developer is recommended for more specific guidance tailored to your theme and setup.

I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly