Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mavi veloso

    (@mavi-veloso)

    hi
    again asking help to achieve the issue up described…
    anybody has any idea?
    :/

    Menu Image is unsuitable for that, you simple CSS code, add custom classes to each menu item and write css as example:

    #menu-id .each-menu-item {
      background-image: url('some/big/background/image.png) no-repeat 0 0;
    }
    #menu-id .second-menu-item {
      background-position: 0 100px;
    }
    #menu-id .third-menu-item {
      background-position: 0 200px;
    }

    see tutorial https://www.wpexplorer.com/adding-images-wordpress-menu/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to make new custom size for image in hover’ is closed to new replies.