badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Hover on post

#63149

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!