Tagged: image rollover
Hi there,
Is it possible for an image to increase in size (a small amount) on rollover?
At the moment there is an opaque white overlay, and i’d like to remove this and have the image expand a little when rolled over and clicked on – is this possible?
I have tried various options without success – the link to the site is in the private content box.
Thanks in advance,
Silvio
Hi silviouk!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay { display: none !important; }
.avia-image-container-inner img:hover {
-webkit-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);
}
Cheers!
Yigit
I’m coming to Vienna with a massive case of beer for you guys!