Tagged: hover effect
When I mouse over an image that has the lightbox enabled, there is always a faded white transparent effect that I need to make it less obvious. I want that transparency to be less white and show more the image. How can I do that for all images across the theme??
Thank You.
Victor Coronel
Hi victor!
Add this to Quick CSS or custom.css
.avia_transform a:hover .image-overlay {
opacity: 0.2 !important;
}
Play with the opacity value (0 – 1) to obtain the desired level of opacity you want.
Regards,
Arvish
Thank You. It worked perfect!.
Now the related question is that in order to change the enfold hover icon I added this css code:
.image-overlay.overlay-type-extern .image-overlay-inside:before
{content:url(http://sabrostarfruitcompany.com/download/80x80_hoverIcon.png);}
And it is working fine in my blog page (http://sabrostarfruitcompany.com/eventos-sabrostar/) but inside the single post page it does not work. It goes back to the preset enfold icon (http://sabrostarfruitcompany.com/xi-foro-international-del-banano-2014/)
What else I need to add to the code to make this icon change all across the theme.