Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
i want the solid background colour to be #9cb783 and the font colour to be #2f261e
Hello,
1) Go to Online Store
2) Edit Code
3) Find theme.css file
4) Add the following code in the bottom
.shopify-payment-button {
background-color: #9cb783 !important;
color:#2f261e !important;
}
Thanks!