Color of hover button in Checkout page

Home Forums Legacy Support Support queries Styling issues Color of hover button in Checkout page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #344623
    Hello, please, I would like to modify the purple hover color of the button in Checkout page "Proceed to Paypal". Thanks
    #344744
    Ada
    Participant
    Hi, Please use this css code in custom css section
    
    .woocommerce-checkout .form-row.place-order button#place_order:hover {
        background-color:#796d27 !important;
    }
    
    #344869
    Thank you, it's working.
    #344946
    Ada
    Participant
    Thanks for the confirmation. Closing topic.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Color of hover button in Checkout page’ is closed to new replies.