Hi team!
I would like to change the “Apply coupon” button color to grey, and the “Place order” button to green on the WooCommerce checkout page.
What is the CSS code to change those colors?
Many thanks!
Hey djsnowamn,
Please provide a link to the site in question so we can look into this further.
Best regards,
Jordan Shannon
Sorry my site is in local development right now so I don’t have an URL to show you.
But basically, I managed to changed the “Proceed to Checkout” button in the Cart page using the CSS below:
.cart_totals .button { background-color: #228f21!important;}
And the “Apply Coupon” button in the cart page:
.cart .actions .button { background: gray !important; }
I just want to do the same in the Checkout page. Not sure what the correct CSS classes are to do that in the Checkout page.
Hi,
Are you able to do a page inspection? You can inspect the buttons to get the exact class name needed and attach the checkout page id to that if these colors will be on that page specifically.
Best regards,
Jordan Shannon