Home Forums Jevelin Theme Disable Posts overlay Reply To: Disable Posts overlay

Home Forums Jevelin Theme Disable Posts overlay Reply To: Disable Posts overlay

Solution for this topic

Hi Marcin,

 

I hope you are well today and thank you for your question.

 

You can disable it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

.post-meta-thumb:hover .sh-overlay-style1 {
    opacity: 0;
}

.post-meta-thumb:hover img {
    transform: none;
}

 

Best regards,
Shufflehound team