Disable "Big Grid" zoom on hover

Posted in: Newsmag
Post count: 6

What is says above.

Want to disable the annoying post thumbnail image zoom when cursor hovers over it.

Cannot find anywhere in the settings.

Thank you.

Post count: 6

I have posted this under the wrong section. Apologies.

Post count: 6535

Hi

Try this custom css to remove the zoom effect on hover:

.td_block_big_grid .entry-thumb {
transform: none!important;
-webkit-transform: none!important;
-moz-transform: none!important;
}

This code will remove the zoom for big grid 1, in case you’re using another grid just replace the grid class with the corresponding for the one you use, for example for big grid 3 the class is: .td_block_big_grid_3

Thanks!

Post count: 6

Can I assume the css is identical for Newspaper. I posted in the wrong section. I own both themes.

Thank you.

Post count: 6

Hi,

Thanks for the solution.

It was actually

.td_block_big_grid_1

The _1 was missing.

Thanks.

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