remove black transitions at the blog masonry tiles previews

Hello,

i would like to know, if it is possible to remove the "black transition" from the blog postings on my front page.

Comments

  • Hi,

    you can remove this hover effect with the following css:
    .masonry.tiles .post-item:hover:not(.no-img) .post-photo-wrapper::after {
        opacity: 0 !important;
    }
  • Thanks for the response.
    I insert it the code into the over all design muffin options and also in the specific wrap under costum classes 
    It didnt work. Any idea what iam doing wrong?

    Thank you
  • Above css should be pasted under Theme options > Custom CSS & JS > Custom CSS section. However, if it does not work, please move it on the 1st position because as we see, you got a lot of custom and if you did even one mistake, above css won't work.
Sign In or Register to comment.