How can I alter the color of my secure checkout button?

hello can someone give me code to change secure checkout button color? thanks

my website is www.exoticsouls.world

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
.cart__ctas button {
width: 100%;
background: #B4FFA6;
color: #000;
}

Screenshot :- https://prnt.sc/jwaSJXM2BNU4

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.