Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1286279

    Hi!

    I want to Animate the caption Title and Excerpt on mobile as working on desktop; if I hover my mouse the animation actives, but in mobile I want to activate the same animation holding with the finger because on mobile the caption, Title and excerpt, appears always.

    The link bellow is where the Problem is

    There is screenshots by mobile and desktop view.
    https://www.cendra.osmar-rodriguez.com/kriesti-1.png
    https://www.cendra.osmar-rodriguez.com/kriesti-2.png

    thanks a lot,
    Osmar

    #1287343

    Hi Osmar,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top .av-masonry-gallery .av-inner-masonry-content {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    
    #top .av-masonry-gallery .av-masonry-entry:hover .av-inner-masonry-content,
    #top .av-masonry-gallery .av-masonry-entry:active .av-inner-masonry-content {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    Hope this helps.

    Best regards,
    Nikko

    #1288034

    Hi Nikko,

    It worked perfectly! Thank you so much

    See you soon!

    #1288078

    Hi Osmar0811,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Masonry Gallery's Caption animation on mobile’ is closed to new replies.