Tagged: , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #402574

    Hi Team,

    how can I disable the color change for buttons hover globally?

    Thanks and cheers,
    Jan :)

    #403001

    Hi Jan!

    You can use this CSS.

    .avia-button:hover {
    background: blue !important;
    }

    But I recommend just using the color options in the button shortcode.

    Best regards,
    Elliott

    #404410

    Hi Elliott,

    thank you, I can change the hover color globally with that. Unfortunately, it still gets a little lighter. Could it be, that the theme overlays the color with something?

    Please see for yourself: http://justcom-hamburg.de/reparaturen/iphone-reparatur/#toggle-id-1

    Thanks,
    Jan

    #404420

    PS: I think, the theme is adding a transparency. Could that create the effect of a lighter blue on hover?

    Thanks,
    Jan

    #404799

    Hey!

    Try adding this to your custom CSS.

    .avia-button:hover { opacity: 1 !important; }
    

    Best regards,
    Elliott

    • This reply was modified 9 years, 10 months ago by Elliott.
    #405069

    Hi Elliott,

    perfect, that was it! :)

    Cheers,
    Jan

    #405588

    Hey Jan!

    Glad you got it fixed :)

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Disable color change on button hover’ is closed to new replies.