Disable Mouse in picture

Posted in: Newspaper
Post count: 99

Hi,

How can I disable the mouse in picture? I know that when I enable the image loading (lazyload) and it work. I do not want to have enable that function and remove the mouse in picture zoom.

Thank you

Post count: 22421

Hi,

If you want to remove the hover effects and not rem,ove the lazyload animation, you have to use this css:

.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb{
transform:initial!important
}
.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before{
opacity:0!important
}

Add the code in the theme panel-custom css box.
The downside is that the code also removes the gradient so images become brighter and make the text a bit hard to read especially if you have light colors in your thumbnails.

I hope this helps.
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.