0
I have a website in my hand and I need to fade the photos because the customer does not want it to be dark when he hovers his mouse over it. As I am new in the area I would like to know what this property is, whether it is javascript, jQuery or in the CSS itself to find where part of the code is and disable.
The site in question is the http://www.astmetal.com.br/ and the images are from the 'our products' section'.
This effect is in the CSS. O zoom that gives in the image, is in this class
.thumb-info:hover img
. Already the "dark" effect, is in these two classes.thumb-info .thumb-info-wrapper:after
and.thumb-info:hover .thumb-info-wrapper:after
– Douglas Garrido
managed to do what he needed to do?
– andrepaulo
I just tested and it worked! Thank you very much!
– jean