Black and white Payment Icon at footer in theme Reformation

Solved

Black and white Payment Icon at footer in theme Reformation

GiasUddin
Tourist
10 0 4

Hello good people,
I was wondering how to make the payment icons black and white in the website footer menu.
Can anyone help please.

GiasUddin_1-1734328924577.png


website link- https://zj9yyw-ux.myshopify.com/

 

 

Accepted Solution (1)

GTLOfficial
Shopify Partner
755 156 164

This is an accepted solution.

Hello @GiasUddin 
Go to online store ----> themes ----> actions ----> edit code ----> assets ---->app.css
add this code at the end of the file and save.

.footer .payment-icons {
filter: grayscale(1);
}

result
74.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 3 (3)

steve_michael2
Trailblazer
441 38 55

Hi @GiasUddin ,

 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

svg.payment-icons__icon {
    filter: grayscale(1);
    border: 1px solid black;
}

 

Result:

 

steve_michael2_0-1734330195546.png

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!

 

ProtoMan44
Shopify Partner
642 55 98

@GiasUddin Hey, thanks for posting here.

please this style CSS code:

svg.payment-icons__icon path {
    filter: grayscale(1);
}

 

- A thirsty developer passionate about supporting the community. If you'd like to, you can  

Buy me a Coffee.


- Your Shopify Solution Specialist Get a Quote at

ProtoMan44

 - 

Chat On Whatsapp


Crafting exceptional e-commerce experiences to elevate your online presence. Let's build your success story together!

GTLOfficial
Shopify Partner
755 156 164

This is an accepted solution.

Hello @GiasUddin 
Go to online store ----> themes ----> actions ----> edit code ----> assets ---->app.css
add this code at the end of the file and save.

.footer .payment-icons {
filter: grayscale(1);
}

result
74.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh