I’m having trouble adding payment icons to the footer of my website. Any help would be appreciated.
Below is the URL for my website and my footer code.
URL: www.barcongetta.com
Template: Brooklyn
Code:
{% if section.settings.footer_show_methods_of_payment %}
{% if section.settings.payment_icon_1 != blank %}-
{% endif %}
{% if section.settings.payment_icon_2 != blank %}-
{% endif %}
{% if section.settings.payment_icon_3 != blank %}-
{% endif %}
{% if section.settings.payment_icon_4 != blank %}-
{% endif %}
{% if section.settings.payment_icon_5 != blank %}-
{% endif %}
{% if section.settings.payment_icon_6 != blank %}- {% endif %}
{% endif %}
Thanks!