• Stickers work great with one exception. If a menu is activated so it drops down in front of product image, the sticker image goes in front of the menu even though the product image drops behind it. Any fix?
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same problem!

    I faced this problem too. The z-index of the stickers is hardcoded in the plugin code to a number that is greater than the z-index of my dropdown menu.

    I ended up just adding some CSS to make it lower:

    .products .box-unavailable {
    	z-index: 50 !important;
    }

    (You may have to repeat for the other sticker types…I happen to only use unavailable.)

    • This reply was modified 6 years, 3 months ago by mboldt.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sticker overlapping menu drop down’ is closed to new replies.