Forms CSS - Changing Button Hover Colour

Sarah_Greig2
Level 3
Hi

Does anyone know the CSS code to change the button colour on hover?

Thanks
Sarah
Tags (1)
3 REPLIES 3
Anonymous
Not applicable
Color should be written as "#ff0000"
Sarah_Greig2
Level 3

Like this?  .mktoButton:hover{color: FF0000}
my button is still showing the default purple 😞 ;(
Anonymous
Not applicable

.mktoButton:hover{ }
 

Add your property between the brackets (color, border, etc.)