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

    Is it possible to replace the hover effect (circle with the arrow) by something else?
    The designer wants a square.
    I want to replace the circle by my own one.

    Carosch

    • This topic was modified 9 years, 1 month ago by carosch.
    #513792

    Hey carosch!

    Can you please post the link to your icons that you would like to use?
    Please add following code to Quick CSS in Enfold theme options under General Styling tab and replace your icon with Kriesi logo

    .image-overlay.overlay-type-extern .image-overlay-inside:before {
        content: '';
        border-radius: 0;
        background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    Best regards,
    Yigit

    • This reply was modified 9 years, 1 month ago by Yigit.
    #513822

    Perfect!
    Thank you!

    Carosch

    #513829

    Hi!

    You are welcome, glad we could help :)
    Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘image hover effect replacing’ is closed to new replies.