Title: Posts Grid or Posts Carousel background hover color
Last modified: January 20, 2019

---

# Posts Grid or Posts Carousel background hover color

 *  Resolved [mic22](https://wordpress.org/support/users/mic22/)
 * (@mic22)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/posts-grid-or-posts-carousel-background-hover-color/)
 * I tried everything, but cannot find css that stands behind the image darkening
   on hover.
    I don’t want the image to darken on hover.
 * I want an effect that can be seen here: [https://www.authorityhacker.com/blog/](https://www.authorityhacker.com/blog/)(
   on hover the post box gets a bigger shadow.
 * I will be thankful if you help me with the first part, how to get rid of the 
   darkening of the image on hover.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fposts-grid-or-posts-carousel-background-hover-color%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [livemesh](https://wordpress.org/support/users/livemesh/)
 * (@livemesh)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/posts-grid-or-posts-carousel-background-hover-color/#post-11122060)
 * You can control the hover effect by changing the percentage in the following 
   custom CSS and inserting the same in your plugin settings Custom CSS tab –
 *     ```
        .lae-posts-carousel .lae-posts-carousel-item .lae-project-image:hover img {
             -webkit-filter: brightness(100%);
                     filter: brightness(100%); }
       ```
   
 *  Thread Starter [mic22](https://wordpress.org/support/users/mic22/)
 * (@mic22)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/posts-grid-or-posts-carousel-background-hover-color/#post-11122607)
 * Thanks, works perfectly, why haven’t it displayed the lover brightness code anywhere
   in chrome inspect?
 * I discovered this works the same, with less code 🙂
    lae-project-image:hover 
   img { -webkit-filter: brightness(100%); filter: brightness(100%); }

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

The topic ‘Posts Grid or Posts Carousel background hover color’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/addons-for-elementor_dbdfdf.svg)
 * [Livemesh Addons by Elementor](https://wordpress.org/plugins/addons-for-elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/addons-for-elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/addons-for-elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/addons-for-elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/addons-for-elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/addons-for-elementor/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mic22](https://wordpress.org/support/users/mic22/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/posts-grid-or-posts-carousel-background-hover-color/#post-11122607)
 * Status: resolved