Viewing 2 replies - 1 through 2 (of 2 total)
  • zviryatko

    (@zviryatko)

    Hi,

    Add it to your theme css file

    .menu-item a.menu-image-hovered:hover .menu-image-hover-wrapper img.menu-image {
        opacity: 1;
    }
    .menu-item a.menu-image-hovered:hover .menu-image-hover-wrapper img.hovered-image {
        opacity: 0;
    }
    
    .menu-item.current-menu-item a.menu-image-hovered .menu-image-hover-wrapper img.menu-image {
        opacity: 0;
    }
    .menu-item.current-menu-item a.menu-image-hovered .menu-image-hover-wrapper img.hovered-image {
        opacity: 1;
    }

    I hope this help =)

    Thread Starter sparkas7

    (@sparkas7)

    Hi,

    Thank you so much for the quick response.I added this to the css file and it worked like a charm.
    You are the man!!!

    Thanks!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable Hover’ is closed to new replies.