• Resolved cheynekohl

    (@cheynekohl)


    Hi There,

    I would like the Post Carousel images to have a background overlay by default, and I would also like the image text to be visible by default. Currently the overlay and text is only visible on hover. Could you help me inject some CSS to achieve this?

    Upon hover I’d like to simply darken the overlay, but I think I already have the correct CSS for that function. This is what I’m currently using for darkening the hover overlay.

    .lae-posts-carousel .lae-posts-carousel-item .lae-project-image:hover img {
    -webkit-filter: brightness(100%);
    filter: brightness(30%); }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author livemesh

    (@livemesh)

    You can try using the below custom CSS –

    .lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title { opacity: 1; }
    
    .lae-posts-carousel .lae-posts-carousel-item .lae-project-image img { filter: brightness(50%); }
Viewing 1 replies (of 1 total)
  • The topic ‘Post Carousel Text & Overlay’ is closed to new replies.