How can I change my payment icons to grayscale on Flow theme?

Hi community

Would it be possible to receive assistance in converting my payment icons to grayscale (Flow theme)?

Thank you

Hi @krystald

Hope you’re having a great day!

Would you kindly provide your store URL, and the password if it’s password-protected?

1 Like

Hi @krystald ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.min.css file->paste your code at the bottom of the file

.payment-icon{
filter: grayscale(1)!important;
}

Hope my answer will help you.

Best regards,

Victor | PageFly

1 Like

It worked. Thanks!