How to remove blog hover effect
-
please check out the image.
https://prnt.sc/pOtMaUggRta0
how can I remove hover effect on this blog section?
also I want to remove hover effect on category section. (check 2nd image please)
https://prnt.sc/Ys_3LKKIyphG
Hello,
Please provide the URL of the website to check it myself and help you out accordingly.
Best Regards
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
Hello,
You are Most Welcome.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘How to remove blog hover effect’ is closed to new replies.