How to fix not working image zoom effect? I’m using big grid 1. default one, but not from demo. Thnx
Please check in the theme panel here – https://www.screencast.com/t/zIV20Wkk
Change the setting like in the screenshot, and check the results.
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
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