Viewing 1 replies (of 1 total)
  • Plugin Author maxfoundry

    (@maxfoundry)

    The issue is that your theme has a CSS style for hovering a link, and it uses !important, so it takes precedence over the button style. The style in question is this:

    a:hover, .post-more a:hover, .post-meta a:hover, .post p.tags a:hover {
        color: #41A818 !important;
    }

    We have a to-do to allow you to use !important for all button styles, and we hope to have it in place in the next release. Until then, you’d have to modify your theme CSS to not use !important.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: MaxButtons: CSS3 Button Generator for WordPress] Max Buttons Standard: Rollover Wrong Color’ is closed to new replies.