miagoreng Posted June 28, 2020 Share Posted June 28, 2020 Site URL: http://yummytheshow.com On any pages with a slideshow gallery - there's a hover effect that lightens the image when the mouse hovers over it. Does anyone know the CSS to remove this altogether? Link to comment
rwp Posted June 28, 2020 Share Posted June 28, 2020 .tweak-index-gallery-hover-style-fade .Index-gallery-item-image img { opacity: .9 !important; } You could also make the opacity 1, but .9 is what it was when the mouse was not over the image. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.