0
Answered
disable zoomeffect
How to disable the 'zoom'effect while hovering images, and how to disable the dark color while hovering?
Customer support service by UserEcho
Hello,
It can be done with custom CSS.
Provide a link to the page you need help with.
Hello,
Thanks for your fast reply in the first place!
There is no website on the internet. It's on my localhost. Is it possible to share the custom CSS then I can add it myself?
You can disable zoom effect from the settings.
To change background hover opacity, add the code below and change the last argument (0.4) to 0.1 or 0.2. To completely remove, use 0.
- https://anwppro.userecho.com/en/knowledge-bases/2/articles/1-how-to-add-custom-css
Thank you Andrei!