Hello, can anyone help me with putting the payment methods from the footer inside a collapbsible content tab on the faq page. I have the code for the svg from the footer but the collapsible content is rich text so I can’t put custom liquid in it. Any ideas?
Here is the code and preview link:
https://squad-dancewear.myshopify.com/pages/faqs
-
{% for type in shop.enabled_payment_types %}
- {{ type | payment_type_svg_tag: class: 'payment-icon' }} {% endfor %}
