Home Forums WoodMart support forum How to remove blog hover effect Reply To: How to remove blog hover effect

#386802

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