Title: Edit hover on button
Last modified: July 18, 2019

---

# Edit hover on button

 *  Resolved [nbakker01](https://wordpress.org/support/users/nbakker01/)
 * (@nbakker01)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/edit-hover-on-button/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fedit-hover-on-button%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [gsamsmith](https://wordpress.org/support/users/gsamsmith/)
 * (@gsamsmith)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/edit-hover-on-button/#post-11763737)
 * 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](https://wordpress.org/support/users/nbakker01/)
 * (@nbakker01)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/edit-hover-on-button/#post-11764063)
 * 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.

 * ![](https://ps.w.org/give/assets/icon-256x256.jpg?rev=2873287)
 * [GiveWP - Donation Plugin and Fundraising Platform](https://wordpress.org/plugins/give/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/give/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/give/)
 * [Active Topics](https://wordpress.org/support/plugin/give/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/give/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/give/reviews/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [hover](https://wordpress.org/support/topic-tag/hover/)

 * 2 replies
 * 2 participants
 * Last reply from: [nbakker01](https://wordpress.org/support/users/nbakker01/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/edit-hover-on-button/#post-11764063)
 * Status: resolved