Add a payment gateway icon below the Buy It Now button ( Noire Theme )

Hello Everyone!

I am using the shopify Noire theme. I want to add a payment gateway icon below the Buy It Now button on the product page. Please help me. Thank you.

Store: https://delicious-fruits-vegetables.myshopify.com/

Password: Admin

Hi @dreamtechzone_5
Theme customization => Go on Product page and add a block called “Custom Liquid” => then inside the field add the code i have provided


          {% for type in shop.enabled_payment_types %}
            {{ type | payment_type_svg_tag: style:"width:24px;height24px" }}
          {% endfor %}
        

Like here an example