Custom CSS Thumbnail hover not working since update
-
Hi there,
Since updating to 2.1.50, the custom CSS previously used to change the hover effect of my thumbnails within the gallery no longer works? I have cleared my browser cache.
The custom CSS previously used within Gallery > Other options > Styles > File Content, is as follows:
/*
Thumbnails
*/
.ngg-gallery-thumbnail img {
border:none !important;
}
.ngg-gallery-thumbnail img:hover {
background-color:#d1bd9a !important;
}…as you can see from the code, the effect I had consisted of no border until the mouse hovered over the image, at which point the border appeared to highlight the relevant image.
Since the update the above effect no longer works and all the thumbnails within my gallery now have a thin static black border around them.Your help to return the effect back to how I had it previously would be much appreciated.
Many thanks!
The topic ‘Custom CSS Thumbnail hover not working since update’ is closed to new replies.