Hi!
I want to add the same effect of .grid-image onload also to the .grid-content.
How can I?
Thank you
Hi morgantar!
Thank you for using the theme!
You can edit js > avia.js, find this code on line 1113:
imgParent = container.find('.grid-image')
Replace it with:
imgParent = container.find('.grid-image, .grid-content')
Add this on Quick CSS or custom.css:
.grid-content {
opacity: 0;
}
I hope that helps!
Cheers!
Ismael
Great!!