How would I change the color of the checkout button in the cart to a black button with white text?
showcase theme
website url: https://thepawcode.com/
storefront password: pasuth
Thanks!
How would I change the color of the checkout button in the cart to a black button with white text?
showcase theme
website url: https://thepawcode.com/
storefront password: pasuth
Thanks!
can you please try this code
.under-cart .checkout-btn {background: #bae0fc;text-transform: uppercase;}
Hi @Sensei_Ryan ,
Try the code below.
Please place this code below to your global or common CSS file.
.button.qbk-clone-button{
background-color: rgb(17, 17, 17) !important;
color: rgb(255, 255, 255) !important;
}
Thanks! This worked though I had to change the text transform part to “color” and entered the hex code.
its my pleasure to help us