Skip to content

Instantly share code, notes, and snippets.

@jessepearson
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jessepearson/cf31742ec2c862835cab to your computer and use it in GitHub Desktop.
Save jessepearson/cf31742ec2c862835cab to your computer and use it in GitHub Desktop.
WooCommerce Notice CSS Classes
.woocommerce-info {
border-top: 3px solid #5b95a4;
&:before {
background-color: #5b95a4;
}
}
.woocommerce-message {
border-top: 3px solid #6b9e56;
&:before {
background-color: #6b9e56;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment