Skip to content

Instantly share code, notes, and snippets.

@BFTrick
Created May 5, 2016 22:02
Embed
What would you like to do?
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