Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #992044

    Hi there,

    I’m trying to change the background-color and the font-color when hovering over a button.

    The url to the website is in the private content area. ( the 3 Buttons “Spenden” “Bewerben” & “Aktuelles” are subjects to be tested )
    The button in the middle is changing the background color, but the standard transparency is still overlaying the effect.

    Attached are two screenshots for showing the desired effect:
    https://postimg.cc/gallery/zcqp1vse/

    Maybe somewhere out there can help me out. I need just one Button to be fixed, the rest will be done by me.

    Thanks in advance
    Henning

    #992234

    Hey Kesselhut,

    You are targeting the wrong element, please try this instead:

    .bt-gruen a:hover {
        background-color: #c8c300 !important;
        color: white !important;
    }

    Best regards,
    Rikard

    #992817

    Hey Rikard,

    thank you very much (actually kinda embarrassing, but sometimes you need the song second look)
    I changed all the colors, got rid of the bottom border and everything works fine.

    Great Job!
    Thanks
    Henning

    • This reply was modified 6 years, 3 months ago by Kesselhut.
    #993553

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change Button Color when hovering?’ is closed to new replies.