Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #285975
    Anonymous
    Inactive

    Hello, I need to make that image disappear when you hover on your mouse cursor. Can somebody help me with that?

    #285993
    Skandha
    Participant

    @jameshackett: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #286160
    romeo
    Participant

    hello, I hope this will work for you. You can add a custom CSS property for disappear a image when hover.
    img:hover {
    display: none;
    }

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Image of header’ is closed to new replies.