I was wondering how I would go about removing the hover effect from an image link. I’ve set its class to img_link and used the following in custom CSS:
a.img_link:hover {
opacity:1;
}
This doesn’t appear to have any effect. Can you please advise? Thanks