While I’ve been awaiting a reply, I went ahead and made this edit to my child css:
li.product figcaption .shop-actions > a.button {
background: #2e2e36 !important;
}
It did get rid of the problem, but can you please tell me if in the process of fixing my issue whether my edit will now break something else? Why would you suddenly add:
li.product figcaption .shop-actions > a.button {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
border: 0 none;
line-height: 22px;
text-shadow: none;
}
to your update? Please explain in case I’ve caused some problems. I’m not a very strong coder.
With all due respect – I love you guys and I love your theme, but it’s getting to be a little scary to do an update lately. I wish there was a way to see if things were going to break before committing to the update.