-
AuthorPosts
-
January 20, 2015 at 2:37 am #382230
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 MauroJanuary 20, 2015 at 2:38 am #382231This reply has been marked as private.January 20, 2015 at 9:13 pm #382699Hi!
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!
YigitJanuary 21, 2015 at 1:55 am #382818Thank 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.January 21, 2015 at 6:14 pm #383230Hi!
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,
YigitJanuary 21, 2015 at 9:05 pm #383347Please 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 effectThank you Mauro
January 23, 2015 at 3:36 am #384174Hi!
use this code:
.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
opacity: 1;
}
Cheers!
Andy -
AuthorPosts
- You must be logged in to reply to this topic.
