• Resolved willmorcos

    (@willmorcos)


    Hello

    How do I change the colour of the purple Continue to payment tab to green? (Like the other tabs on the shop and cart page)

    Thank you.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, willmorcos

    Use the below CSS to paste in your theme’s custom CSS box:

    /*check out page: id:- place_order*/
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    	background-color: #77a464;
    }
    /*check out page: id:- place_order*/

    Thanks

    • This reply was modified 5 years, 12 months ago by Imraj khan.
    Thread Starter willmorcos

    (@willmorcos)

    Excellent!

    Thank you Imraj.

    Glad to help you!

    If you like our Theme & Support you can rate us with your kind review: Here

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Continue to payment box colour’ is closed to new replies.