Skip to content

Instantly share code, notes, and snippets.

@iMazed
Last active June 8, 2017 09:25
Show Gist options
  • Save iMazed/17cdd8c77dd130bb621c4c8c05418249 to your computer and use it in GitHub Desktop.
Save iMazed/17cdd8c77dd130bb621c4c8c05418249 to your computer and use it in GitHub Desktop.
Change hover button color
.woocommerce-message a.button.wc-forward:hover {
color: #222 !important; /* change this color code! */
}
.woocommerce input.button, .woocommerce input.button:hover {
color: #333 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment