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

    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

    #121940

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘PORTFOLIO OVERLAY’ is closed to new replies.