Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #252720

    Hi!
    I want to add the same effect of .grid-image onload also to the .grid-content.
    How can I?

    Thank you

    #253122

    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

    #253125

    Great!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Want to add the same effect of .grid-image onload also to the .grid-content’ is closed to new replies.