Hi I would like to disable the hover effect on my blog posts,
I’ve included my site link in the private content area so you can see what i mean,
How do i turn off the hover effect on the three blog posts on this page?
Thanks
Hey spleeky,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.image-overlay {
visibility: hidden;
}
Best regards,
Vinay
Awesome, thank you very much