Tagged: 

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

    Hello! is it possible that the title on the photo show with an overlay and also shown in the mobile view at “Hover” and there is a CSS command for this. My photos are currently shown with the title below the photo, because I don’t want the title to hide the photo on mobile devices. Thanks for the answer already now!

    #1170885

    Hey Nicky1976,

    Thank you for the inquiry.

    There is no hover state on mobile view, so this is not possible and the current markup won’t allow the caption to be relocated below the image. If you want to completely remove the caption or title on mobile view, try this css code.

    @media only screen and (max-width: 767px) {
        .av-inner-masonry-content.site-background {
    	display: none !important;
        }
    }

    Best regards,
    Ismael

    #1170983

    Thanks for your answer. This CSS does not work and the title remains visible again. I don’t want to remove the lettering, I want to see further, but not all the time with the mobile view. I read about possibilities in CSS that support a long-tap, the hover of mobile devices. It must be possible to support the display of the title and an overlay on mobile devices, as in other themes. If you go to the page I sent you, you will also see that the font is hard to see on the image without an overlay. I would be happy to send you an example of an other page where the mobile view works as I wanted it to. But I bought the Enfold theme. Please test the page on mobile devices

    #1171237

    Hi,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.