May 8, 2019 at 1:45 pm
#63149
Theme Horse Support Team
Keymaster
Hi there,
Please paste the below custom CSS code in Appearance > Customize > Additional CSS to make the post hover to 50%.
.post-main .has-post-thumbnail .entry-wrap:hover .entry-main {
opacity: 0.8;
-moz-opacity: 0.8;
filter: alpha(opacity=80);
}
Thank you!