Viewing 1 reply thread
You must be logged in to reply to this topic.
Is there a way of displaying a portfolio item’s name on top of the featured image when viewing the portfolio grid on a mobile?
On a desktop its fine because I can hover over the picture with my mouse to reveal the name of the portfolio item. But on a mobile or a tablet there is no way of hovering. The name will only flash up briefly when I tap on the featured image.
Hello,
Please add this code into your custom css box:
@media (max-width: 480px){
.portfolio-item.overlayed .overlay .bg {
opacity: 0.8 !important;
}
.he-view {
visibility: visible !important;
}
}
Let us know.
Best regards!
You must be logged in to reply to this topic.