Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #805796

    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!

    #805799

    Hey djsnowamn,

    Please provide a link to the site in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #805812

    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.

    #805816

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.