I would like to remove the hover effect (zoom and turn) from the news show pro module images in the homepage (template steakhouse).
In module settings, in animation "hover animation" is put "off", but the effect is still working.
I put the following code in override.css:
- Code: Select all
.bigtitle .content { text-align: center; }
.nspMain .nspImageWrapper:hover img, .itemImageBlock:hover img {
transform: none;
}
.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;
}
It worked in K2 items, but not in the News Pro module.
The website is: http://www.lestagionidelborgo.it/new
Thanks for helping.
Jochen