Title: CSS Hover
Last modified: September 13, 2017

---

# CSS Hover

 *  Resolved [Morris Gilles](https://wordpress.org/support/users/morris-gilles/)
 * (@morris-gilles)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/css-hover-2/)
 * Hi,
 * For some reason I can’t get the following css to work:
 *     ```
       .dkpdf-button: hover {
           color: #dd3333;
       }
       ```
   
 * Any idea what could change the color of the button on hover like for the social
   icons on the right?
 * Many thanks,
 * M.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-hover-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [dinamiko](https://wordpress.org/support/users/dinamiko/)
 * (@dinamiko)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/css-hover-2/#post-9502155)
 * Hi Morris Gilles,
 * try to add this to your theme css:
 *     ```
       a.dkpdf-button:hover {
          color: #dd3333;
       }
       ```
   
 * Thanks,
    Emili
 *  Thread Starter [Morris Gilles](https://wordpress.org/support/users/morris-gilles/)
 * (@morris-gilles)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/css-hover-2/#post-9502807)
 * Yeah, I tried it and weirdly it doesn’t work. Perhaps there’s something with 
   my theme and/or a plugin interfering…

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

The topic ‘CSS Hover’ is closed to new replies.

 * ![](https://ps.w.org/dk-pdf/assets/icon-256x256.png?rev=3396282)
 * [DK PDF - WordPress PDF Generator](https://wordpress.org/plugins/dk-pdf/)
 * [Support Threads](https://wordpress.org/support/plugin/dk-pdf/)
 * [Active Topics](https://wordpress.org/support/plugin/dk-pdf/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dk-pdf/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dk-pdf/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Morris Gilles](https://wordpress.org/support/users/morris-gilles/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/css-hover-2/#post-9502807)
 * Status: resolved