Title: How to decrease dark on gradient over posts images
Last modified: March 8, 2021

---

# How to decrease dark on gradient over posts images

 *  Resolved [alexanderangelov](https://wordpress.org/support/users/alexanderangelov/)
 * (@alexanderangelov)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/how-to-decrease-dark-on-gradient-over-posts-images/)
 * Hello,
 * I’m using your plugin to list my posts on my homepage and a few other pages on
   my website.
    I tried to decrease the saturation of the dark color which overlays
   the featured images of the posts so that the title in white is visible, but couldn’t
   find an option for this. Could you tell me how I can decrease it? Should I do
   it with css?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhow-to-decrease-dark-on-gradient-over-posts-images%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [anwppro](https://wordpress.org/support/users/anwppro/)
 * (@anwppro)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/how-to-decrease-dark-on-gradient-over-posts-images/#post-14150723)
 * Hello,
 * You can do it with CSS.
    Add the code below to Appearance >> Customize >> Additional
   CSS.
 *     ```
       .anwp-pg-post-teaser__muted_bg {
           opacity: 0.7 !important;
       }
       ```
   
 * Select opacity value from 0.1 to 1. I think 0.7 looks good.
 * Hope it helps.
 *  Thread Starter [alexanderangelov](https://wordpress.org/support/users/alexanderangelov/)
 * (@alexanderangelov)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/how-to-decrease-dark-on-gradient-over-posts-images/#post-14150752)
 * Perfect! Thanks a lot!

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

The topic ‘How to decrease dark on gradient over posts images’ is closed to new 
replies.

 * ![](https://ps.w.org/anwp-post-grid-for-elementor/assets/icon.svg?rev=2283060)
 * [AnWP Post Grid and Post Carousel Slider for Elementor](https://wordpress.org/plugins/anwp-post-grid-for-elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/anwp-post-grid-for-elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/anwp-post-grid-for-elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/anwp-post-grid-for-elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/anwp-post-grid-for-elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/anwp-post-grid-for-elementor/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [alexanderangelov](https://wordpress.org/support/users/alexanderangelov/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/how-to-decrease-dark-on-gradient-over-posts-images/#post-14150752)
 * Status: resolved