How to change the payment icons to Black & White

Hi there

Is there anyway we can change the payment icons to black & white instead of the coloured icons that appear at the footer.

We had this before but since we updated the theme its replaced with the coloured icons

Appreciate your help

cheers

@thecrossroad_co

Please share your website URL and password if any. I will check and provide a solution here.

Thanks!

Hi @thecrossroad_co

You can use this css to make icon image direct black and white

filter: grayscale(100%);

Thanks You Jasoliya

It worked. Awesome

Hi, Where did you paste it?

@thegyver please share your site url i can solve it

Within Edit Code,

Find theme.css in assets

There will be a payment section and add the line of the Greyscale filter at the end

Here is the payments section, there is a bit of other blurb for our theme but the bold line is important and what you need to add at the end of the payment sections

================ Payment Icons ================/

.payment-icons {filter: grayscale(100%);}

Hope this helps.

Good luck

Hi It does help. It works!. Thank you!

And what about for the new update on the Dawn theme? Where can i find it?

i have the impulse theme, i would like to know where exactly i can input this code on the “edit code”, please help!