Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1215169

    Hi, I’m noticing that my main portfolio page is showing on mobile phones as if each item is already “hovered” upon – so the item is grayed out with the title showing, rather than just being an image.

    How can I fix it so the mobile version remains consistent with the tablet/desktop views which only show the shaded title on the hover, not all the time?

    Thanks for your help!

    #1216979

    Hey GeoffreyTMoore,

    Thank you for the inquiry.

    That is the default layout or look of the portfolio items on mobile view. Hover state doesn’t exists on touch devices, so we have to display the caption by default. We can remove the overlay if you want.

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

    Best regards,
    Ismael

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