Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #832000

    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

    #832648

    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

    #832872

    yeah, look to the private section plz

    #833660

    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

    #836381

    thanks

    #836383

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Show caption overlay on mobile devices’ is closed to new replies.