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?
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