Big Grid mouse zoom effect

Posted in: Newspaper
Post count: 79

How do i remove the mouse zoom effect on big grid style 3?

Post count: 23312

Hello eemskrant,

If you want to quit to the zoom effect for big grid style, you can do that from the panel, like this -> http://screencast.com/t/6I96wLWVF or you can use a bit of CSS code to hide this animation.

The code is ->

.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
transform: none !important;
-webkit-transform: none !important;
-moz-transform: none !important;
}
}

Thank you for the message!

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