Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Hide category and meta from Blog Post element #954239

    that worked!

    Thank you very much

    in reply to: WooCommerce Checkout Page Button Colors #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.

Viewing 2 posts - 1 through 2 (of 2 total)