How do I remove this payment symbol from my website?

https://6jqq5sevsuun30x8-65734639831.shopifypreview.com

Hi @OneCap

This is David at SalesHunterThemes.

Thank you for your question.
Follow this path:

Themes => edit code => asset => style.css

and add this code to bottom of the file style.css

svg.section-footer__payment-icon[aria-labelledby="pi-unionpay"] {
    display: none;
}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

Hi @OneCap

You can add this CSS code before tag of your theme.liquid file to remove that payment icon