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!
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