Hi there,
how can I let show in the portfolio grid the title of the corresponding portfolio page on mouseover instead of the link sign?
Thank you and Merry Christmas
Andreas
Hi a-l-p!
We could give you some CSS to make the existing title be hidden and then display on hover. Is that what your trying to do?
Go ahead and send us a link and take a screenshot highlighting exactly what your trying to do so we can get a better idea.
Regards,
Elliott
Hey!
Edit the portfolio shortcode and have it display the title and then add this to your custom CSS.
.grid-content {
display: none;
left: 50%;
position: absolute;
top: 0;
transform: translate(-50%, 50%);
}
.grid-entry article:hover .grid-content { display: block !important; }
.grid-entry .image-overlay { display: none !important; }
Regards,
Elliott
Hey!
It’s a setting in the shortcode options.
Best regards,
Elliott