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
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024