Hey @vadimm5! 👋
Sorry, I’m not sure which element you’re referring to. All the tools in the lightbox header should use the same tooltip behavior, and the next and previous arrows do not have tooltips.
Could you please share a screenshot of what you’re seeing so I can better understand the issue?
Thanks!
The “Next” and “Previous” arrow buttons have a title attribute. When you hover over them, a tooltip (previous or next) appears, using the operating system’s default design. When you hover over the “Close” button, a tooltip appears, based on your design. To test this:
- Go to https://meowapps.com/meow-lightbox/
- Open any image
- Hover over the “Next” and “Previous” arrow buttons and pause, and you’ll see a pop-up tooltip written in black letters on a white background.
- Hover over the “Close” button and pause, and you’ll see a pop-up tooltip written in white letters on a dark background.
- Then compare these two tooltip designs.
Hey @vadimm5!
This happens because the next and previous buttons don’t have a custom tooltip from the lightbox. What you’re seeing is the default browser tooltip coming from the title attribute.
This will be removed in a future update, so you don’t need to worry about it.