How to Make a Button Change Color When You Hover Over It

Here is the CSS code you can use to make the button change color when you hover over it:

/* Button formatting */
.c-button button:hover {
background-color: #8eb3a1 !important;
}

1) Click on the paint brush icon to access the custom CSS.

2) Paste the code above, into the CSS code box.

3) Switch out the hex code highlighted below with your own hex code.