Shopify themes, liquid, logos, and UX
How can you change the purple icon color of the "Shop Pay" logo that displays on the product pages?
I installed the "shop pay installments" automatic theme updater onto my site, which adds the "shop pay" banner on all product pages. I would like to keep the banner, but I really hate the way the purple looks.
Thanks
Please share store URL!
Thanks!
Please add the following code at the bottom of your assets/theme.css file.
.shop-pay-logo { filter: grayscale(1) !important;}
Thanks!
The CSS ultimately works but not when added to the theme.css file. What worked for me was wrapping the {{ form | payment_terms }} code in a div. giving it a class and adding that class style to my product-template.liquid file. I used filter: brightness(0) to make it all black. Using grayscale does just that, turns everything gray. Here's the style I used:
.shop-pay-content {
float: left;
margin-top: 15px;
filter: brightness(0);
}
I used float: left so that my margin-top would work.
Hello, is there anyway you can help me with this?
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey 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, 2025