Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Blog
remove black transitions at the blog masonry tiles previews
moverdigitaltales
December 2015
in
Blog
Hello,
i would like to know, if it is possible to remove the "black transition" from the blog postings on my front page.
http://wp2.mover-tales.de/
Comments
Albert
December 2015
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;
}
moverdigitaltales
December 2015
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
Albert
December 2015
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.
Comments
you can remove this hover effect with the following css: