Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #3216847
Button Color
Closed

Comments

  • Kaycp started the conversation

    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

  •  6,918
    Oliver replied

    HI!

    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;
    }
    

     

    3938581396.jpg

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Kaycp replied

    It works. Thanks.

  •  6,918
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver