Looking to add the hover effect to all of my buttons to change the background color to #d2a96a and the text color to #fff4eb. I had success changing the product “Add to Cart” button color with this code:
button.product-form__submit.button.button--full-width.button--secondary:hover {background:#d2a96a !important;}
but I have had no success adapting the code to also change text color as well as changing any of my other buttons (namely the buttons on the home page and the contact us page). Is there a single line of code I could use to add this effect to all buttons? I’m working in the Dawn theme.
URL: https://6af6dc-42.myshopify.com/
Password: neimpu
Thanks in advance!