Is there any way to disable the hover effect on the "big grid full" blocks?

Posted in: Newspaper
Post count: 9

Is there any way to disable the hover effect on the “big grid full” bloks?
I really don’t want this hover effect. And in the same time i need to use “big grid full” on my site.
Is there any CSS code to disable this?

Post count: 35449

Hi,
You can add the big grid full using tagDiv Composer -> https://i.imgur.com/xS3s4MD.jpg just make sure that you do not have set an background image or color because then the layout will be boxed.
For removing the zoom effect you need to use a custom css like this one:.td-big-grid-post:hover .td-module-thumb .entry-thumb {
transform: none!important;
}

This css code need to be set in theme panel> custom code> custom css. Hope it will help you!
Let me know the results!

Post count: 9

Thank you it worked!
Can you give me another CSS code to delete hover effect from category pages “big gird full” blocks?

Post count: 35449

Hi,
Please replace the above css with this one:
post:hover .td-module-thumb .entry-thumb, .td-big-grid-post:hover .td-module-thumb .entry-thumb{
transform: none!important;
}

Hope this will help you!

Post count: 16

thank you. helped me too
cheers

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.