hello everyone i want to change the color of a button to green the code of the color is this #56BD54 can somebody provide me code to change this button thank you!
@Distinctz , Hope you are doing well.
Could you please share your store URL? so can check and guide you accordingly.
1 Like
@Distinctz Please add the below line of CSS code at the end of your base.css file.
.banner__buttons .button {
background-color:#56BD54;
}
1 Like
