• Resolved mic22

    (@mic22)


    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/ (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 to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author livemesh

    (@livemesh)

    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

    (@mic22)

    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.