<em>@bmtoth 231914 wrote:</em><blockquote>How do I make the Mouse Icon change from the pointer, to the hand when hovering over an image that links to a specific article?
Thanks for any help!
Link to site (JA Slideshow II is on the frontpage):
http://www.thesearchers.org/</blockquote>
File Path: http://www.thesearchers.org/modules/mod_jaslideshow2/assets/themes/default/style.css
Replace the Following CSS code
.ja-slide-item img {
background: #000000;
}
With
.ja-slide-item img {
background: #000000;
cursor: pointer;
}
you can see the pointer when you mouse hover on the slidehow to the below left of the community Menu.