Shopify themes, liquid, logos, and UX
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
current result:
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;
}
Tried this but did not work. The theme is Focal and the dynamic button stays gold for Paypal no matter what
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025