Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #861637

    On the website: https://www.ksdesign.eu/
    I would like to change the hover image inside the green circle (arrow) into an uploaded image (text”more” on transparent background)
    Is there any way to do this, I tried already several things.

    #861653

    Hey netzhautflimmern,
    The green circle with the arrow is not a image, it’s a font. But you could change it by replacing the content with the url to the image.
    Here’s an example of replacing the arrow with the words “Read More”

    .image-overlay .image-overlay-inside:before{content:'Read More'!important;  font-size: 14px!important; }

    2017-10-08_141143

    Best regards,
    Mike

    #861808

    wow, cool, that works!! thank you very much for the great support!!! :)

    #861887

    Hi netzhautflimmern,

    Glad we got things working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.