Create Image Hover Effect in All Image Frontpage as Our Website Punjab Section

Posted in: Newspaper
Post count: 14
Post count: 35449

Hi,

Please try this custom css
.td-module-thumb:hover img{
-ms-transform: scale(1.1); /* IE 9 */
-webkit-transform: scale(1.1); /* Safari 3-8 */
transform: scale(1.1);
transition: transform .3s;
}
.td-module-thumb img{
transition: transform .3s;
}

-> https://www.screencast.com/t/1CGNHVZvW1m

Set it in newspaper>theme panel>Custom code>Custom css

Hope this will help you.
Thanks.

Post count: 49

Thank you, it works

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