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
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
Hi Nikko,
It worked perfectly! Thank you so much
See you soon!
Hi Osmar0811,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko