Big Grid Image ZOOM Effect NOT Working

Posted in: Newspaper
Post count: 46

How to fix not working image zoom effect? I’m using big grid 1. default one, but not from demo. Thnx

Post count: 20688

Hi,

We could take a look, please provide a link to your website so we can inspect it.

Thanks

Post count: 46
Post count: 20688

Please check in the theme panel here – https://www.screencast.com/t/zIV20Wkk
Change the setting like in the screenshot, and check the results.

Post count: 46

Fixed. Thank you

Post count: 46

Can you be able to implement a features on the site or tell how to do it…

Please go to https://www.gamespot.com/reviews/hello-neighbor-review/1900-6416829/

AND look for this section in footer – https://gyazo.com/99be6ff63377bba3f214e39c8dba613d

how titles got some white glow on hower.

Thank you

Post count: 20688

I believe you are referring to this effect
https://www.screencast.com/t/N5JM1wkkeZy
You could do that if needed, for the modules you want. For example in the Big grid
https://www.screencast.com/t/n5owD6wIp
This is the code used for that

.td_block_big_grid_1 .td_module_mx5:hover .td-module-title a,
.td_block_big_grid_1 .td_module_mx6:hover .td-module-title a {
text-shadow: rgba(255,255,255,0.35) 0 0 15px;
}

You can modify it as you wish and enter it in Theme panel->Custom CSS. Use the browser inspector to help you with customization
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
More about using text-shadow here
https://css-tricks.com/snippets/css/css-text-shadow/
https://css-tricks.com/snippets/css/css-text-shadow/

Thanks

Post count: 46

Great. Thanks

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