How to change button colors on hover in Impulse theme?

Hello

I would like some of my buttons to change colors on hover.

https://www.thebodyshop.mu/

psw: cleeth

I am using the impulse theme and these are part of the homepage section

1 Like

@TBS2022
Which color you want to add on hover.

green

Button will disappear

Yes i know - green background and white text on hover

Hi @TBS2022 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
div#shopify-section-template--15548966961378__1641458950582c14a2 a.btn.btn--secondary.btn--small:hover {
    color: #fff !important;
    background-color: green !important;
    border-color: green !important;
}

I hope it would help you.

Thanks