Zoom on hover option disable for Big Grid 2 block

Posted in: Newspaper
Post count: 11

I want to disable zoom on hover option for Big Grid 2 block , how to do this ?

And I also want to disable mega menu, I want normal menu

  • This topic was modified 5 years by mnhpias.
Post count: 27744

Hello,

You can disable the zoom effect on hover with a custom CSS, the code needs to be set in Theme panel -> Custom code -> Custom CSS => https://www.screencast.com/t/IZhjdMCAN8p7 -> https://www.screencast.com/t/Tchu5wScPQ

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

For the mega menu, you need to change the menu to be normal in Appearances -> Menus, because isn’t an option to disable it.

Hope this helps you!

Thank you!

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