Skip to content

Instantly share code, notes, and snippets.

@zakirsajib
Last active June 20, 2020 15:59
Show Gist options
  • Save zakirsajib/f6c8c07625ef78a7b454fab03d868b6e to your computer and use it in GitHub Desktop.
Save zakirsajib/f6c8c07625ef78a7b454fab03d868b6e to your computer and use it in GitHub Desktop.
Change the add to cart button color to white with 2 pixels green border
# Using CSS
.product .cart .single_add_to_cart_button{
border: 2px solid #3bb54a;
background-color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment