Hallo,
is it possible to change the Image Overlay effect and have on load the images with their original bright colours so that tha page has a nice impact and the overlay effect only on mouse over?
If not, how to remove it in the portfolio page? I saw many posts on this, but the proposed solutions doesn’t work in our portfolio page http://www.sufi.it/blog
Thank you Mauro
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.image-overlay-inside {
display: none !important;
}
.avia_transform a:hover .image-overlay {
opacity: 0.4 !important;
}
Cheers!
Yigit
Thank you
I’m sorry but no change. I tried it with Chrome and IE, emptying the cache, also putting the code in the original custom.css with no other customization in it but no change.
Hi!
Can you please post the link to one of your page where you have linked image? Code i posted should make changes on image overlay – http://i.imgur.com/v8ax8h5.png
Best regards,
Yigit
Please see http://www.sufi.it/Senza-titolo-1.jpg
I don’t know if I explained myself clearly. What I want is the inverse effect: overlay effect ONLY on the image on which I pass the mouse over in the home of the blog
like for example:
http://www.jawtemplates.com/wordpress-themes/jawesome-portfolio/?jaw-portfolio-category=photography&colors=yellow
that has a very nice effect
Thank you Mauro
Hi!
use this code:
.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
opacity: 1;
}
Cheers!
Andy