How can I change the PayPal icon color on my website?

How can I change the PayPal icon color on my website?

chrisjames11
Excursionist
58 0 8
Hi 

 

Pls can someone provide a solution to changing the PayPal icon to white by code or replacing it with a different image  attached example below: (to see the PayPal button u need to view on google chrome)

 

Theme: warehouse

URL:www.garagegrowngear.com 

 

 

current result:

chrisjames11_2-1659313620081.png
Replies 2 (2)

brandonpickus
Shopify Partner
14 5 2

The following code should work for you if you only want the PayPal icon to be white. Add it to the bottom of Assets > theme.scss in your theme code editor.

 

#shopify-svg__payments-paypal path {
    fill: white !important;
}

 

If you want all dynamic checkout icons to be white, use the following:

 

.shopify-cleanslate path {
    fill: white !important;
}

 

Monalika
Visitor
1 0 0

Tried this but did not work. The theme is Focal and the dynamic button stays gold for Paypal no matter what