• Hi,
    I want to do something like this, kind of nesting that, when icon1 is hovered the image1 gets hidden. Please help

    .icon1:hover{
        
        .image1 img{
            display:none;
        }
    }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide image on other icon hover’ is closed to new replies.