Changing button hover color and odd hovering "TWITCH"

Hi there. My site is http://overmark.ca/wp/

2 Questions

1: For the life of me cant figure out how to change hover color on buttons. The Contact ME button at the top. Ive went through all the color options and such and I cant find what effects it. Any help with this?

2: On that same Contact Me button on top when you hover over it, it seem to cause a bit of a shake/twitch in the text and such. Other buttons dont do it. Why doe it cause this bit of a jump as you hover on and off?

Thanks

Comments

  • Hi,
    1) There is some plugin blocking a background color.
    But I did a text color changing on hover, will it be ok?
    If not, please disable all of the plugins.
    a.button:hover {
    color:red !important;
    }

    2) I do not see such an issue.
    Please tell me, which OS and Browser do you use?

    Thanks.
  • The CSS you provided seems to only change the color of text and not button. Ill have a look around and see.

    2: Im using Google Chrome 
    Version 68.0.3440.106


Sign In or Register to comment.