Title: Print button hover color &#8211; CSS
Last modified: August 31, 2016

---

# Print button hover color – CSS

 *  Resolved [shiumai](https://wordpress.org/support/users/audreyshiu/)
 * (@audreyshiu)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/print-button-hover-color-css/)
 * Hi there!
 * I use a recipe card that comes with the Kindred child theme under Genesis: link
   [here](https://stnsvn.com/product/kindred/).
 * Here’s an example of a recipe card – scroll to the bottom of the post [http://www.shiumaieats.com/2015/08/healthy-quinoa-salad-with-sesame-crusted-salmon-tahini-dressing/](http://www.shiumaieats.com/2015/08/healthy-quinoa-salad-with-sesame-crusted-salmon-tahini-dressing/)
 * I’m having a styling or CSS issue with the PRINT BUTTON. When I hover, the button
   turns white and since the text “print” is also white, the button just looks like
   it disappears. Where in the CSS code do I edit to **change the hover background
   color**?
 * ANY help is greatly appreciated! Thank you so much.

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

 *  [Clarion Technologies](https://wordpress.org/support/users/clarionwpdeveloper/)
 * (@clarionwpdeveloper)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/print-button-hover-color-css/#post-7394029)
 * Hello shiumai,
 * Please add the below code of css in your theme style.css file it will keep your
   button background color as it is.
 *     ```
       .print-button input[type="button"]:hover{
       background-color: #0d0d0d!important;
   
       }
       ```
   
 * Thanks
 *  Thread Starter [shiumai](https://wordpress.org/support/users/audreyshiu/)
 * (@audreyshiu)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/print-button-hover-color-css/#post-7394289)
 * Hi Clarion,
 * That worked! Thank you so much for your help again.

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

The topic ‘Print button hover color – CSS’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [hover color](https://wordpress.org/support/topic-tag/hover-color/)
 * [Print Button](https://wordpress.org/support/topic-tag/print-button/)

 * 2 replies
 * 2 participants
 * Last reply from: [shiumai](https://wordpress.org/support/users/audreyshiu/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/print-button-hover-color-css/#post-7394289)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
