Image zoom

GK User
Wed Jun 22, 2016 5:31 am
Hi everybody,

In the image of templates when you put over the mouse the image do a zoom. But I need that some images don't do the zoom.
For example, in this link http://nova.institutdosrius.cat/index.php/projecte-educatiu/cooperacio I need that the image don't do the zoom. How can achive that?

Thank you
User avatar
Senior Boarder

teitbite
Fri Jun 24, 2016 11:32 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.itemImageBlock img:hover {
    opacity: 1;
    transform: none;
}
User avatar
Moderator

GK User
Sat Jun 25, 2016 5:22 pm
Thanks you Teitbite it works perfectly.
User avatar
Senior Boarder

teitbite
Mon Jun 27, 2016 10:37 am
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron