So what is the correct method for removing the zoom?
I have purchased, downloaded and installed the Quickstart version of news 2. In the override.css, I have added 3 different sets of code that I have found on this site including the following code found on the URL referenced by Oscar E.
- Code: Select all
.nspArt .nspImageWrapper:hover img,
.gkNspPM-TitleOverlay:hover .gkImgOverlay,
.gkNspPM-TitleOverlay > figure:hover > img
{
transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-o-transform: none !important;
-webkit-transform: none !important;
}
I have enabled CSS override in the template manager and purged the cache after every change but the zoom effect is still occuring.
Thanks in advance for any help in solving this issue.