Adding Payment Options to Footer

Hi Themeco Team,

I am trying to add payment options in the form of icons to the footer area of my site. I found this article, but the HTML doesn’t appear to be working: https://theme.co/apex/forums/topic/footer-payment-icon-html-code. Can you please provide updated HTML for adding payment options to the footer?

Thank you!

Hi @bartenderonduty,

The suggestion on that thread is outdated. Please try:

<div class="payment-options footer-module" style="text-align: center; font-size: 40px;">
    <span>[x_icon type="cc-paypal"]</span>
    <span>[x_icon type="cc-stripe"]</span>
    <span>[x_icon type="cc-mastercard"]</span>
    <span>[x_icon type="cc-visa"]</span>
    <span>[x_icon type="cc-amex"]</span>
</div>

http://demo.theme.co/integrity-1/shortcodes/icons/

Hope this helps.

Yes, this helps. Thank you very much!

You’re always welcome!

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.