• Resolved alkarana1

    (@alkarana1)


    Hello, image on hover is not working. Theme we are using is kallyas. When we add an image on hover it shows only this image and not the image before hovering.
    In the preview image window it works good . In the menu it is not working. Is there a solution?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @alkarana1,

    That situation is caused by your theme mega menu structure.
    Use the following CSS to fix it.

    You can add it in Appearance-> Customize -> Additional CSS

    .menu-item:hover img.hovered-image {
        opacity: 0!important;
    }
    .menu-item:hover img.menu-image {
        opacity: 1!important;
    }

    Let me know if it worked.

    Thread Starter alkarana1

    (@alkarana1)

    Thank you for your reply, i add the code but it is not working. You can check it

    Plugin Author Rui Guerreiro

    (@takanakui)

    Did you change it? I’m not seeing it anymore.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Will close the topic for now. Let me know if necessary.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Hover image not working’ is closed to new replies.