Hi there
I would like to change the portfolio overlay icon to a word, is this possible? Example, when you hover over the portfolio image instead of, let’s say, an image of a telephone you see the word ‘contact’.
Thanks
Silvio
Hey!
Yes, insert following code into the quick css field
.image-overlay.overlay-type-extern .image-overlay-inside::before {
content: "Contact";
}
.image-overlay .image-overlay-inside::before {
font-family: Arial, Helvetica;
}
Best regards,
Peter