Skip to content

Instantly share code, notes, and snippets.

@BFTrick
Created May 5, 2016 22:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BFTrick/5eaeec6487581ae39abe68d3fe5703e0 to your computer and use it in GitHub Desktop.
Save BFTrick/5eaeec6487581ae39abe68d3fe5703e0 to your computer and use it in GitHub Desktop.
Style WooCommerce Add to Cart Buttons
.single-product .product .single_add_to_cart_button.button{
background-color: #333333;
color: #FFFFFF;
}
.woocommerce .product .add_to_cart_button.button{
background-color: #333333;
color: #FFFFFF;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment