Hi
As title suggests
Running Debut theme, how can I change JUST the colour of the checkout button?
Img included for clarity. I don’t mind adding code if needs - but what code?
Thanks in advance.
Hi
As title suggests
Running Debut theme, how can I change JUST the colour of the checkout button?
Img included for clarity. I don’t mind adding code if needs - but what code?
Thanks in advance.
Hello, @Stakeholder
Welcome to the Shopify community!
and Thanks for your question.
Please share your site URL,
So I will check and provide a solution here.
Hey @Stakeholder
Try this CSS class.
Add code assets/theme.scss.liquid Or assets/timber.scss.liquid bottom of the file
@media only screen and (min-width: 750px){
.cart__submit { background-color: red;}
}
Hope this will work for you.
Thanks!
Hey this worked a treat!
I had to add a ".cart__submit:hover" after it as when hovering it reverted back to its original colour but all is now working well!
Thanks!
This works great for me on Desktop but isn’t changing it on Mobile. Thanks in advance for the help!