Change the Color of the Add to Cart Button when Hover | Impulse Theme

Hi there,

I’m struggling to change the hover color of the Add-to-Cart button on my product page from black to FFD8D8 when the cursor hovers over the button. I want that to be the setting for all the primary buttons. I’ve tried a couple of the instructions posted here but was unsuccessful. I currently use the Impulse theme.

My website is www.tianabayboutiques.com

Thank you,
Valerie

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.add-to-cart:hover{
background-color: #c31c8885!important;
color: #ffffff;
}

Hi!

Thank you so much for your response. Unfortunately, I can’t get the code to work. I entered it exactly as listed, and tried multiple times without any luck.

SO frustrating but I appreciate your input,

Thanks,
Valerie