Skip to content

Instantly share code, notes, and snippets.

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 thomasjulienalain/fec6f0a9dae4831b77f45cf9f6638bfa to your computer and use it in GitHub Desktop.
Save thomasjulienalain/fec6f0a9dae4831b77f45cf9f6638bfa to your computer and use it in GitHub Desktop.
Changer la couleur de la bande demo_store de WooCommerce
/* Changer la couleur de la bande demo_store de WooCommerce */
.demo_store {
background-color: #3d9cd2 !important;
color: #fff !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment