Premium WordPress Themes › Forums › Envy Blog › Getting rid of hover effect › Reply To: Getting rid of hover effect
February 25, 2018 at 8:40 AM
#2694
Participant
Hello,
You can add those CSS codes to hide hover effects.
.featured-image a.post-format::before,
.featured-image a.post-format::after {
display: none;
}
Let us know if that works for you.
Regards.