I use NSP GK5 in video list mode for showing leading articles on my homepage and I need some customizations with heading title which is not included in module settings, such as font color (I need to change it to black) and text allignment (left). For better understanding see the picture:
http://snag.gy/Ypcf9.jpg
Also I need to disable zoom effect in the pictures. I add this code from documentation:
- 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;
}
But it does not work with video list mode, only in standart mode.
Thanks.