Hi: I am struggling with this one button hover state that for some reason is displaying the opposite color background to what I intend. I am trying for a pink color and getting green. If I instead tell it to display green, I get a (washed out) pink. Something is affecting the background color, but even when I turn off all CSS I can inspect, and then just turn on the pink background directive, it turns green. Here is the CSS I am using to target the button (but note that I also have the background for all buttons set in my theme customizer, and both get the same result):
button.woocommerce-Button.button:hover {
background-color: #da5d81 !important;
}
Any ideas as to why this happens would be greatly appreciated. 🙏
Leha
