hi. how can i generally disable the mouse over effect for all images?
i also want to disable the mouse over effect on full wide imageslides. thank you so much :)
#top .avia-gallery .avia-gallery-thumb a:hover {
opacity: 1;
}
i use this code to disable the mouse over for images inside a gallery. how can i get this effect for ALL images? thanks :)