Title: Post Grid Layer Opacity
Last modified: September 21, 2020

---

# Post Grid Layer Opacity

 *  Resolved [tricialong](https://wordpress.org/support/users/tricialong/)
 * (@tricialong)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/post-grid-layer-opacity/)
 * I’m trying to strengthen the opacity on the 3 media highlights below the homepage.
   They are an old Post Grid layout. I was given the below code on another thread
   but it did not work in either the Post Grid Custom CSS or the Theme Additional
   CSS areas. No one has gotten back to me there so trying again.
 * .post-grid .item .layer-media {
    opacity: 0.3; }
 * When I inspect the page and adjust the opacity to 0.7 – it works exactly how 
   I want. But even when I copy that code into the CSS areas, nothing adjusts as
   it should.
 * Any other recommendations?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpost-grid-layer-opacity%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [PickPlugins](https://wordpress.org/support/users/pickplugins/)
 * (@pickplugins)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/post-grid-layer-opacity/#post-13439710)
 * CSS should work fine, please check if you use any cache plugin try to deactivate
   or clear cache first
 *     ```
       .post-grid .item .layer-media {
           opacity: 0.7;
       }
       ```
   
 * Regards

Viewing 1 replies (of 1 total)

The topic ‘Post Grid Layer Opacity’ is closed to new replies.

 * ![](https://ps.w.org/post-grid/assets/icon-256x256.gif?rev=3295086)
 * [Post Grid](https://wordpress.org/plugins/post-grid/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-grid/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-grid/)
 * [Active Topics](https://wordpress.org/support/plugin/post-grid/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-grid/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-grid/reviews/)

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [layout](https://wordpress.org/support/topic-tag/layout/)
 * [opacity](https://wordpress.org/support/topic-tag/opacity/)

 * 1 reply
 * 2 participants
 * Last reply from: [PickPlugins](https://wordpress.org/support/users/pickplugins/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/post-grid-layer-opacity/#post-13439710)
 * Status: resolved