Title: remove featured image filter
Last modified: February 13, 2019

---

# remove featured image filter

 *  Resolved [Suitbert](https://wordpress.org/support/users/uitbert12/)
 * (@uitbert12)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/featured-image-filter/)
 * hello,
    how do I get rid of the black-grey filter on top of the featured-image!?
   Just want to show the pure image as-is. Thanks for your help! regards, Suitbert
    -  This topic was modified 7 years, 5 months ago by [Suitbert](https://wordpress.org/support/users/uitbert12/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffeatured-image-filter%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [AddWeb Solution](https://wordpress.org/support/users/addweb-solution-pvt-ltd/)
 * (@addweb-solution-pvt-ltd)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/featured-image-filter/#post-10983460)
 * Hello uitbert12,
 * Add below css code into your current active child theme’s style.css file or you
   can add additional css option in theme customizer
 *     ```
       .site-header.featured-image:after {
           background: none;
       }
       ```
   
 * Hope this will helps you.
 * Thanks.
 *  Thread Starter [Suitbert](https://wordpress.org/support/users/uitbert12/)
 * (@uitbert12)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/featured-image-filter/#post-10983509)
 * Hello,
    thanks for the answer. I have tested the css code, but still do have 
   the black filter on the image. Any further idea for that? Thanks a lot! regards,
   Suitbert
 *  Thread Starter [Suitbert](https://wordpress.org/support/users/uitbert12/)
 * (@uitbert12)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/featured-image-filter/#post-10984016)
 * Oh, it’s fine now! Your css is quite perfect! Looks like the server was a bit
   slowly on updating 😉 Thanks for your help!
    regards, Suitbert
 *  [AddWeb Solution](https://wordpress.org/support/users/addweb-solution-pvt-ltd/)
 * (@addweb-solution-pvt-ltd)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/featured-image-filter/#post-10984029)
 * okay no worries.
    -  This reply was modified 7 years, 5 months ago by [AddWeb Solution](https://wordpress.org/support/users/addweb-solution-pvt-ltd/).
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [7 years, 5 months ago](https://wordpress.org/support/topic/featured-image-filter/#post-11005131)
 * Don’t you want the filter to help people read the text? The filter to ensure 
   good contrast between the colour of the text and the image. Without good contrast,
   you cannot guarantee that the text will be readable to everyone such as people
   with low vision.
 *  [fatheroftime](https://wordpress.org/support/users/fatheroftime/)
 * (@fatheroftime)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/featured-image-filter/#post-11007927)
 * “Don’t you want the filter to help people read the text?”
 * No, actually some people don’t want the filter. Just like some people don’t want
   their cigarette filters. And they have the option to remove them. So please add
   the option to the theme.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [7 years, 5 months ago](https://wordpress.org/support/topic/featured-image-filter/#post-11008010)
 * You can try recommending that, but I can tell you that there has been a shift
   in the attitude towards accessibility. It is no longer acceptable to create websites
   that discriminate against people with any ailment, impairment or disability.
 * Edit: Well, I stand corrected. It’s core. See below.
    -  This reply was modified 7 years, 5 months ago by [Andrew Nevins](https://wordpress.org/support/users/anevins/).
 *  [Birgit Pauli-Haack](https://wordpress.org/support/users/bph/)
 * (@bph)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/featured-image-filter/#post-11008413)
 * The options to remove the filter for the featured image is actually available
   via **Customize > Colors **
    Check or uncheck “Apply a filter to featured images
   using the primary color”
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/featured-image-filter/#post-11009121)
 * I still wouldn’t recommend doing it, for the reasons Andrew outlined above.
 *  Thread Starter [Suitbert](https://wordpress.org/support/users/uitbert12/)
 * (@uitbert12)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/featured-image-filter/#post-11011364)
 * If you choose the filter or not – it should be the user’s choice! It would be
   a great step forward, if you could select only the headline or / and the head
   to be displayed with a background! How about that!?
    By the way: the above mentioned“
   Customiz”-feature does not work here anyhow.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [7 years, 5 months ago](https://wordpress.org/support/topic/featured-image-filter/#post-11011417)
 * I think that’s how it is at the moment, choosing to add a filter is saying you
   want text on top of the image. If you chose not to add the filter then the text
   is above the image.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [7 years, 5 months ago](https://wordpress.org/support/topic/featured-image-filter/#post-11012201)
 * Is that what you want?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [7 years, 5 months ago](https://wordpress.org/support/topic/featured-image-filter/page/2/#post-11012232)
 * If I understand that you want the text on top of the image without filter then
   you can use the CSS that addweb-solution-pvt-ltd provided.
 * But it’s not an approach I recommend and providing an option to do that in the
   theme is encouraging authors to create inaccessible content.
 * I’m not stopping you from suggesting that, I’m trying to explain why it isn’t
   like that and why it would be irresponsible to introduce an option like that.
 * If you wish to create a ticket about it, you can do so here: : [https://core.trac.wordpress.org/](https://core.trac.wordpress.org/)
 *  [wmvelandia](https://wordpress.org/support/users/wmvelandia/)
 * (@wmvelandia)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/featured-image-filter/page/2/#post-11188760)
 * OK, was playing with the settings and this code will enable you to control the
   amount of darkening. Make the opacity value smaller for a brighter picture.
 * /* Controls feature picture background, and can change opacity to make the picture
   brighter */
    .site-header.featured-image:after { opacity: 0.4; }
 * newb here so… beware.

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

The topic ‘remove featured image filter’ is closed to new replies.

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

## Tags

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

 * 14 replies
 * 7 participants
 * Last reply from: [wmvelandia](https://wordpress.org/support/users/wmvelandia/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/featured-image-filter/page/2/#post-11188760)
 * Status: resolved