Need hover effect on variant picker buttons

Hello,

How can I add a hover effect to my variant picker buttons? Currently, users are unable to see that they have made a selection because the buttons remain the same solid colors, don’t move, or change colors. I hope this makes sense. Is someone able to assist me with this?

Thanks in advance.

Have you code a screen shot of the code?

You can do this by adding a :hover selector on the element to your style sheet for example

.button {

background-color: #000
)

.button:hover {
background-color: #fff
}

hope this helps

I can help. Can you share the link to your website? Thanks.

Hi @Anonymous

Please share your website to provide an appropriate code for you