Hello
I would like some of my buttons to change colors on hover.
psw: cleeth
I am using the impulse theme and these are part of the homepage section
Hello
I would like some of my buttons to change colors on hover.
psw: cleeth
I am using the impulse theme and these are part of the homepage section
@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:
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