Remove all mouseover/hover effects
-
Hello — I just want to show a few photos, and not use a lightbox. Is there a way to completely disable any colorization effect and also remove the cursor icon on the responsive image gallery? By having the cursor show on the image on hover, it makes people think that it is linked, when in fact it is not.
Thank you!
Op
Update: Figured it out. I used this CSS:
.foogallery .fg-caption {
background-color: transparent;
cursor: default;
margin: 0;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Remove all mouseover/hover effects’ is closed to new replies.