Viewing 1 replies (of 1 total)
  • Hi!

    You can hide text and on hover hide image and display text with custom css, something like:

    .menu-image-title,
    a.menu-image-not-hovered:hover img.menu-image {
      display: none;
    }
    a.menu-image-not-hovered:hover .menu-image-title {
      display: inline;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘How to have a hover over image title’ is closed to new replies.