Hello,
I’m trying to recreate the effect I have on my “Home” screen when you hover over the masonry grid images to my “Portfolio” page to the portfolio grid. I can’t figure out how to change the hover effects on the portfolio grid to have the title boxes start with 0 opacity (not there) to hovering over the image and having them appear (100 opacity).
Please let me know with a quick CSS style change.
bump
Hey!
Thank you for using Enfold.
Please add this in the Quick CSS field:
.isotope_activated .grid-entry article {
-webkit-animation: avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075);
-moz-animation: avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075);
animation: avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075);
}
Regards,
Ismael
Hi Ismael,
Nothing happened. Any other tips?
Hi,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
I listed my information in the private content.
bump2
bump3
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.grid-entry:hover .grid-content {
opacity: 1!important;
}
.grid-content {
opacity: 0!important;
}
P.S.: Bumped threads usually get overlooked. If your case is urgent, please try avoid self posting :)
Regards,
Yigit
Thanks for all your help Yigit! Worked like a charm.