How can I change the SHOPPAY logo color to greyscale?

hi,

im looking to greyscale the SHOPPAY logo. (Change color from blue to grey)

my site is https://luxurymrkt.com/collections/bags/products/bottega-veneta-bv-mini-jodie-bag-10

1 Like

@Luxurymrkt

Please add the below code above in theme.liquid

online store >> edit code >> theme.liquid

.shopify-installments shop-pay-logo svg path{ fill:grey!important; }

after the given code added look like this

if the given solution is helpful for you please like the post and tap on accepted solution.

Thankyou :slightly_smiling_face:

Tried but it didn’t work. Thank you tho