Comments Kaycp started the conversationJanuary 26, 2023 at 12:31pmHow do I change the "Proceed to Checkout" button color on the checkout page? https://fierceboldtechnology.com/cart/ There's a hover color for text and background then there's the standard non-hover text and background color.See attached image? Attached files: screencapture-fierceboldtechnology-cart-2023-01-26-07_28_00.png 7,092Oliver repliedJanuary 26, 2023 at 1:23pmHI! CSS example: .woocommerce .wc-proceed-to-checkout .checkout-button-button .checkout-button { background-color: #000 !important; color: #fff !important; } .woocommerce .wc-proceed-to-checkout .checkout-button-button .checkout-button:hover { background-color: #eee!important; color: #000 !important; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, OliverKaycp repliedJanuary 27, 2023 at 8:40amIt works. Thanks. 7,092Oliver repliedJanuary 27, 2023 at 8:42amWelcome!Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
How do I change the "Proceed to Checkout" button color on the checkout page? https://fierceboldtechnology.com/cart/
There's a hover color for text and background then there's the standard non-hover text and background color.
See attached image?
Attached files: screencapture-fierceboldtechnology-cart-2023-01-26-07_28_00.png
HI!
CSS example:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
It works. Thanks.
Welcome!
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver