Hello,
i use the fololwing option for images:
“Caption Appearance
When to display the caption?
Only Display on hover”
Is it possible to show the Caption in all cases on mobile phones and tablets? Because on this devices there is no hover-state…
I hope you can help me.
best regards
Chris
Hey Chris_85,
This should be possible via css. Would you be able to provide a link to the page/site in question?
Best regards,
Jordan Shannon
yeah, look to the private section plz
Hi,
Add the following to quick css:
@media only screen and (max-width: 767px) {
.av-overlay-on-hover .av-image-caption-overlay{
opacity:1!important;
}
}
Best regards,
Jordan Shannon
thanks
Hi! We’re glad that Jordan was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
Sarah