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

How do i change my buy now button to a solid colour instead of outline

How do i change my buy now button to a solid colour instead of outline

dumbl3d00r
Explorer
60 0 12

i want the solid background colour to be #9cb783 and the font colour to be #2f261e

IMG_4502.jpeg

Reply 1 (1)

steve_michael2
Navigator
454 39 62

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!