hi,
I add some new images and the color of image no appears on mouse hover
I add in css style1:
.gkWine > span { background-image: url('../images/style1/gk_wine.png'); }
.gkWine:hover > span { background-image: url('../images/style1/gk_wine.png'); }
and module custom html:
<div class="gkFeatures gkPerspective"><a class="gkWine" href="#" data-animation="flip" data-delay="0"><span>Wine</span>Wine Emotions - 6 Days</a>
and put the image gk_wine.png in ...images/style1
if I change one of the original images the color is ok. What is the problem?