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 (edited) .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. Edited June 28, 2020 by rwp Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment