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

    Hi,
    I want to show another logo it the mouse goes over it. So I add the following css code:

    .logo:hover {
    background-image:url(….png);
    }

    The problem is, that I see the hover-logo, but it is below the “normal .logo”. So I think I have to remove it so that my hover-logo can take that place.
    I also tried it with foreground-image, but than I can’t see the hover-logo.

    #389341

    Hey sunshineh!

    Please add following code to Quick CSS as well

    .logo:hover img { opacity: 0; }

    Regards,
    Yigit

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