Home › Forums › WoodMart support forum › How to remove blog hover effect › Reply To: How to remove blog hover effect
June 28, 2022 at 11:43 am
#386802
Aizaz Imtiaz Awan
Keymaster
Hello,
1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.blog-post-loop:hover .post-img-wrapp a:after {
opacity: 0;
}
.post-image-mask {
display: none;
}
2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-cat-thumb {
transition: none !important;
transform: none !important;
}
Best Regards