• Resolved nbakker01

    (@nbakker01)


    Hi there,

    I’m trying to add Hover to the ammount buttons true CSS. I managed to add the hover effect to the submit button, but I can not find the correct class for the buttons, or my css code is not working.

    Can anyone help pls?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    In order to target the hover state on these buttons, you can use this CSS code:

    .give-donation-levels-wrap button:hover {
        background: ADD-YOUR-COLOR !important;
    }

    Notice that I put an !important in there to force this style, but this is likely being blocked by some other CSS within your themes style.css file that you’ve added trying to get this to work. If you would not like to force this style, I’d recommend finding where this is being loaded and make the needed changes there.

    Have a great rest of your day!

    Thread Starter nbakker01

    (@nbakker01)

    Grazi, that did it.

    Couldn’t find the right CSS class.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit hover on button’ is closed to new replies.