Forms CSS - Changing Button Hover Colour | Community
Skip to main content
Level 3
August 22, 2014
Question

Forms CSS - Changing Button Hover Colour

  • August 22, 2014
  • 3 replies
  • 1255 views
Hi

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

Thanks
Sarah
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

August 22, 2014

.mktoButton:hover{ }
 

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

SarahG1Author
Level 3
August 22, 2014

Like this?  .mktoButton:hover{color: FF0000}
my button is still showing the default purple :( ;(
August 22, 2014
Color should be written as "#ff0000"