Portfolio page: how to change images on hover

  • Posted in : Empathy
  • yudihe
    Participant

    On “portfolio” page. I want to change images when users hover on the original images. Would you mind telling me how to do it? I found some codes like this, but not sure where to put it. Thank you!

    #myhover {

    width: 20px; /*width of the image */

    height: 20px; /* height of the image */

    background:url(background/image/url.jpg) no-repeat;

    }
    THEN you use the hover pseudo

    Code:
    #myhover:hover {

    background:url(background/image/url2.jpg) no-repeat;

    }

    serkan
    Moderator

    Hi, this is not available by default, needs more further customizations, if you are not familiar to coding you may consider hiring an expert at wpkraken.io to do the job for you.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register