Title: header image hover
Last modified: August 21, 2016

---

# header image hover

 *  Resolved [michaeldryork](https://wordpress.org/support/users/michaeldryork/)
 * (@michaeldryork)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/header-image-hover/)
 * Is there a way to disable the hover “fade” on the header image? I believe that
   the hover fade is active on other pages too. For some reason in chrome hovering
   makes everything disappear
 * [http://www.blueanchorfilms.com](http://www.blueanchorfilms.com)

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

 *  [Devora](https://wordpress.org/support/users/arty9k/)
 * (@arty9k)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/header-image-hover/#post-4772419)
 * on line 14 in style.css, you can set the opacity to 100%.
 * But you are best off working in a custom stylesheet.
 *  Thread Starter [michaeldryork](https://wordpress.org/support/users/michaeldryork/)
 * (@michaeldryork)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/header-image-hover/#post-4772424)
 * Yep that did the trick! Thanks for the help!
 *  [Devora](https://wordpress.org/support/users/arty9k/)
 * (@arty9k)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/header-image-hover/#post-4772435)
 * You’re welcome!
 *  [LKMG](https://wordpress.org/support/users/lkmg/)
 * (@lkmg)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/header-image-hover/#post-4772677)
 * Hello, i cannot seem to find where abouts in decodes style.css where i can change
   this so that i can too remove the hover fade on my header image?
 * If someone could help me locate where abouts it is and what i need to change 
   i shall be very grateful.
 * Thankyou
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 1 month ago](https://wordpress.org/support/topic/header-image-hover/#post-4772678)
 * If the theme doesn’t have a designated section of the dashboard for CSS modifications,
   which it sounds like it doesn’t, then install this Custom CSS Manager plugin 
   [http://wordpress.org/plugins/custom-css-manager-plugin](http://wordpress.org/plugins/custom-css-manager-plugin)
 * Then use its “CSS Code” [section of the dashboard](http://wordpress.org/plugins/custom-css-manager-plugin/screenshot-1.jpg?r=704634)
   to hold your CSS modifications:
 *     ```
       .site-logo {
        opacity: 100;
       }
       ```
   
 *  [LKMG](https://wordpress.org/support/users/lkmg/)
 * (@lkmg)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/header-image-hover/#post-4772679)
 * Hi Andrew,
 * thanks very much for your reply, this theme does actually have a custom css manager
   and i inserted the CSS code you provided but it seems to have made no difference
   to my headers hover fade 🙁
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 1 month ago](https://wordpress.org/support/topic/header-image-hover/#post-4772680)
 * Can you create a new thread about that: [http://wordpress.org/support/theme/decode#postform](http://wordpress.org/support/theme/decode#postform)?
 * As it seems you don’t have the same issue.
 *  [LKMG](https://wordpress.org/support/users/lkmg/)
 * (@lkmg)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/header-image-hover/#post-4772681)
 * I just made a new thread about it Andrew,
 * thanks very much

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

The topic ‘header image hover’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/decode/3.15.3/screenshot.png)
 * Decode
 * [Support Threads](https://wordpress.org/support/theme/decode/)
 * [Active Topics](https://wordpress.org/support/theme/decode/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/decode/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/decode/reviews/)

## Tags

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

 * 8 replies
 * 4 participants
 * Last reply from: [LKMG](https://wordpress.org/support/users/lkmg/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/header-image-hover/#post-4772681)
 * Status: resolved