• Resolved willmorcos

    (@willmorcos)


    Hello

    How do I change the colour of the Proceed to checkout button purple colour to green? Same green as Add to cart on the product page?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Shahid Mansuri

    (@shahidmansuri123)

    Hello willmorcos

    Please add the following CSS code in the custom CSS field.

    .woocommerce a.button.alt, 
    .woocommerce a.button.alt:hover { 
    background-color: #77a464; 
    }

    You can also change the color code as per the need.

    Thanks

    Thread Starter willmorcos

    (@willmorcos)

    Perfect!

    Thank you Shahid.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Proceed to checkout button colour’ is closed to new replies.